X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fruntests;h=68427f28253e160701681c829eae4645837eee15;hb=ee103ff3022c64569bbcc19f0c2fee195b07b1ce;hp=602fc1e49210021f93864c8eda783332c9fc2e57;hpb=dd7a064c5953d06fbd6010f0a0f4a6f94df01a9f;p=ust.git diff --git a/tests/runtests b/tests/runtests index 602fc1e..68427f2 100755 --- a/tests/runtests +++ b/tests/runtests @@ -37,12 +37,16 @@ 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 +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"