5 tests
=( $DIR/test_kernel_data_trace
$DIR/test_sessions
$DIR/test_ust_data_trace \
6 $DIR/streaming
/runall
$DIR/health
/runall
)
10 function start_tests
()
12 for bin
in ${tests[@]};
14 if [ ! -e $bin ]; then
15 echo -e "$bin not found, passing"
20 # Test must return 0 to pass.
This page took 0.02964 seconds and 4 git commands to generate.