Add demo test back as an example
[lttng-ust.git] / doc / examples / demo / demo-trace
diff --git a/doc/examples/demo/demo-trace b/doc/examples/demo/demo-trace
new file mode 100755 (executable)
index 0000000..dd67727
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+DIR=$(dirname $0)
+DIR=$(readlink -f $DIR)
+
+LD_PRELOAD=$DIR/lttng-ust-provider-ust-tests-demo.so:$DIR/lttng-ust-provider-ust-tests-demo3.so $DIR/demo ${*}
This page took 0.022891 seconds and 4 git commands to generate.