Remove tests-libustinstr-malloc
[lttng-ust.git] / tests / runtests
index f6862498ab1803b058462b74601e32bf49ae1c6e..17570b380772b88743d6f31a2fb2ea268602c6f8 100755 (executable)
@@ -29,25 +29,15 @@ function simple_harness_run() {
 }
 
 
-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
 
 # 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.035263 seconds and 4 git commands to generate.