Add demo README
[lttng-ust.git] / tests / runtests
index ff0025393b217f3c322a1e0e21d41760f7ddbbb8..8f5c8748f3f3b353e6ca17fa478ff4868080f9c2 100755 (executable)
@@ -6,7 +6,7 @@
 #
 #    LTTng-UST is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
-#    the Free Software Foundation, either version 3 of the License, or
+#    the Free Software Foundation, either version 2 of the License, or
 #    (at your option) any later version.
 #
 #    LTTng-UST is distributed in the hope that it will be useful,
@@ -28,28 +28,9 @@ function simple_harness_run() {
     fi
 }
 
+./${TEST_DIR}/snprintf/run
 
-simple_harness_run test-nevents/test-nevents.sh
+# This testcase is currently broken, do not run.
+# simple_harness_run tracepoint/run
 
-simple_harness_run fork/fork.sh
-
-simple_harness_run test-libustinstr-malloc/test-libustinstr-malloc.sh
-
-simple_harness_run ./manual_mode_tracing.sh
-
-simple_harness_run ./valgrind_ustd.sh
-
-simple_harness_run dlopen/dlopen.sh
-
-simple_harness_run same_line_marker/same_line_marker.sh
-
-simple_harness_run tracepoint/run
-
-echo "************************************"
-if [[ $tests_failed -eq 0 ]]; then
-    echo "$0: All passed"
-else
-    echo "$0: $tests_failed tests failed"
-fi
-echo "************************************"
 exit 0
This page took 0.023609 seconds and 4 git commands to generate.