Tests: Move unit tests to tests/unit
[lttng-tools.git] / tests / regression / tools / runall.sh
index b2be91c6ca0282460f43b4e5c191692fcff8fa4d..5d505d9b8981e25e18d636d75fd6eebd4536dbce 100755 (executable)
@@ -2,8 +2,7 @@
 
 DIR=$(dirname $0)
 
-tests=( $DIR/test_kernel_data_trace $DIR/test_sessions $DIR/test_ust_data_trace \
-               $DIR/streaming/runall $DIR/health/runall $DIR/filtering/runall)
+tests=( $DIR/streaming/runall $DIR/health/runall $DIR/filtering/runall )
 
 exit_code=0
 
This page took 0.024641 seconds and 5 git commands to generate.