reorganize test programs into tests/ directory
[ust.git] / tests / hello2 / run
diff --git a/tests/hello2/run b/tests/hello2/run
new file mode 100755 (executable)
index 0000000..6f5f5ba
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+UST_AUTOPROBE=1 UST_TRACE=1 LD_LIBRARY_PATH=../libust/.libs:../../liburcu $1 .libs/hello2
This page took 0.022664 seconds and 4 git commands to generate.