Fix: tests: don't build dynamic lib tests if support disabled
[lttng-tools.git] / tests / regression / ust / ust-dl / test_ust-dl
index 9e80bb39cd38a64083df926fc0812d5e3bdcb820..7b835dcbd290c143ba0b1d64a1f8ad91691f60fa 100755 (executable)
@@ -20,6 +20,10 @@ TESTDIR=${CURDIR}/../../..
 
 source $TESTDIR/utils/utils.sh
 
+if [ ! -x "$CURDIR/.libs/libfoo.so" ]; then
+       BAIL_OUT "No shared object generated"
+fi
+
 start_lttng_sessiond_notap
 
 python3 ${CURDIR}/test_ust-dl.py
This page took 0.027223 seconds and 4 git commands to generate.