Fix: mark generated python bindings files as nodist
[lttng-tools.git] / tests / tools / runall.sh
index 96c217cf591c7f4f817e8dcb1779dfda5d4147c4..b2be91c6ca0282460f43b4e5c191692fcff8fa4d 100755 (executable)
@@ -2,7 +2,9 @@
 
 DIR=$(dirname $0)
 
-tests=( $DIR/test_kernel_data_trace $DIR/test_sessions $DIR/test_ust_data_trace )
+tests=( $DIR/test_kernel_data_trace $DIR/test_sessions $DIR/test_ust_data_trace \
+               $DIR/streaming/runall $DIR/health/runall $DIR/filtering/runall)
+
 exit_code=0
 
 function start_tests ()
This page took 0.023952 seconds and 4 git commands to generate.