X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Ftools%2Frunall.sh;h=7630a1321a99802f5ac15792030ea48666154eba;hb=de9a8b415bcb8d81989bab02457fdeda48bb7219;hp=96c217cf591c7f4f817e8dcb1779dfda5d4147c4;hpb=8acbe07dff3442a327b08e1398fadfde3ace77c3;p=lttng-tools.git diff --git a/tests/tools/runall.sh b/tests/tools/runall.sh index 96c217cf5..7630a1321 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/runall ) exit_code=0 function start_tests ()