X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Ftools%2Frunall.sh;h=b90e424893ed787bc1a5b799b6d1a4f659eb8767;hp=96c217cf591c7f4f817e8dcb1779dfda5d4147c4;hb=f4e40ab68a515750cdde6877b53fafb5210ceac6;hpb=b3e122872d4f6464ebcbc341b4fa4108c8a9d4a5 diff --git a/tests/tools/runall.sh b/tests/tools/runall.sh index 96c217cf5..b90e42489 100755 --- a/tests/tools/runall.sh +++ b/tests/tools/runall.sh @@ -2,7 +2,8 @@ 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/run ) exit_code=0 function start_tests ()