Fix: detect dlmopen() and disable corresponding tests if not available
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 6 Nov 2017 23:46:41 +0000 (18:46 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 13 Nov 2017 15:34:13 +0000 (10:34 -0500)
commit8a0034f712179f6ca01225925581f6ef6d6e48c5
treeee76bf0e5b382cae31e2e51d470dfcaefb2859c3
parent51c59105b318d88fd9711fdd19bb4d78848410e9
Fix: detect dlmopen() and disable corresponding tests if not available

musl and uClibc-ng are known not to support dlmopen(). LTTng-UST has
this dlmopen() detection.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
.gitignore
configure.ac
tests/regression/ust/ust-dl/prog.c
tests/regression/ust/ust-dl/test_ust-dl [deleted file]
tests/regression/ust/ust-dl/test_ust-dl.in [new file with mode: 0644]
tests/regression/ust/ust-dl/test_ust-dl.py
tests/utils/test_utils.py
This page took 0.025423 seconds and 4 git commands to generate.