Tests: Add health check tests to configure
[lttng-tools.git] / tests / tools / runall.sh
index 7630a1321a99802f5ac15792030ea48666154eba..0ad7cf17a4fb7e47ec32646edb906eb5c6e49149 100755 (executable)
@@ -3,7 +3,8 @@
 DIR=$(dirname $0)
 
 tests=( $DIR/test_kernel_data_trace $DIR/test_sessions $DIR/test_ust_data_trace \
-               $DIR/streaming/runall )
+               $DIR/streaming/runall $DIR/health/runall )
+
 exit_code=0
 
 function start_tests ()
This page took 0.02558 seconds and 5 git commands to generate.