support busybox for manual trace tests
[ust.git] / tests / runtests
index 602fc1e49210021f93864c8eda783332c9fc2e57..fd2a7519bc353dca0829c9f32f970eb09917fa0c 100755 (executable)
@@ -37,12 +37,17 @@ 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 ./valgrind_ust-consumerd.sh
 
 simple_harness_run dlopen/dlopen.sh
 
 simple_harness_run same_line_marker/same_line_marker.sh
 
+# This testcase is currently broken, do not run.
+# simple_harness_run tracepoint/run
+
+simple_harness_run libustctl_function_tests/libustctl_function_tests
+
 echo "************************************"
 if [[ $tests_failed -eq 0 ]]; then
     echo "$0: All passed"
This page took 0.022657 seconds and 4 git commands to generate.