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:32:37 +0000 (10:32 -0500)
commit86c6fe88fdbc60e4de9f342bba7bf4884b28f41d
tree2b499a515c60465667cd7b737effd339296cf992
parent9bca1ab3af769807d8d9b6df974b53a6df5ef3ab
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.026039 seconds and 4 git commands to generate.