Tests: Add "linking" ust regression test
[lttng-tools.git] / tests / regression / ust / linking / demo_preload
diff --git a/tests/regression/ust/linking/demo_preload b/tests/regression/ust/linking/demo_preload
new file mode 100755 (executable)
index 0000000..1f68a68
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+CURDIR=$(dirname $0)
+LD_PRELOAD=${CURDIR}/.libs/liblttng-ust-provider-ust-tests-demo.so:${CURDIR}/.libs/liblttng-ust-provider-ust-tests-demo3.so ${CURDIR}/./demo ${*}
This page took 0.022869 seconds and 4 git commands to generate.