Add demo README
[lttng-ust.git] / tests / runtests
index 36ad12d27ad27fd5a4d1bf8d879e2e207c127cd5..8f5c8748f3f3b353e6ca17fa478ff4868080f9c2 100755 (executable)
@@ -28,33 +28,9 @@ function simple_harness_run() {
     fi
 }
 
-
-simple_harness_run test-nevents/test-nevents.sh
-
-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_ust-consumerd.sh
-
-simple_harness_run dlopen/dlopen.sh
-
-simple_harness_run same_line_marker/same_line_marker.sh
+./${TEST_DIR}/snprintf/run
 
 # This testcase is currently broken, do not run.
 # simple_harness_run tracepoint/run
 
-simple_harness_run libustctl_function_tests/libustctl_function_tests
-
-simple_harness_run exit-fast/exit-fast.sh
-
-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.023203 seconds and 4 git commands to generate.