5 tests
=( $DIR/unit_tests
$DIR/run-kernel
$DIR/run-ust
)
8 function start_tests
()
10 for bin
in ${tests[@]};
12 if [ ! -e $bin ]; then
13 echo -e "$bin not found, passing"
18 # Test must return 0 to pass.
This page took 0.030314 seconds and 4 git commands to generate.