Fix: update file listing for licensing
[lttng-tools.git] / tests / ust / runall.sh
index 78182cb92684aa6b7c74865dd42ef3334b6068a1..24071adc3b46c6f1b82500574c85c04a82d8677e 100755 (executable)
@@ -2,7 +2,13 @@
 
 DIR=$(dirname $0)
 
-tests=( $DIR/run-ust-global-tests.sh $DIR/nevents/run $DIR/nprocesses/run )
+tests=( $DIR/run-ust-global-tests.sh $DIR/nprocesses/run \
+               $DIR/before-after/run \
+               $DIR/multi-session/run $DIR/overlap/run )
+
+# $DIR/low-throughput/run --> DEACTIVATED.
+# Use only for release. This test last 20 minutes
+
 exit_code=0
 
 function start_tests ()
This page took 0.025068 seconds and 5 git commands to generate.