Lines Matching refs:tests
24 # Script to run the tests in testcases/realtime
32 echo "Real-time tests run"
48 func: all functional tests will be run
49 stress: all stress tests will be run
50 perf: all perf tests will be run
51 all: all tests will be run
52 list: all available tests will be listed
54 test_name: only test_name subdir will be run (e.g: func/pi-tests)
69 printf "\nAvailable tests are:\n\n"
131 # Run all tests which have run_auto.sh
146 # run the tests in the individual subdirectory if it exists
180 # if INSTALL_DIR != top_srcdir assume the individual tests are built and installed.
183 #Only build the library, most of the tests depend upon.
184 #The Individual tests will be built, just before they run.
200 tests[$index]=$LOOP
204 tests[$index]="$OPTARG"
212 tests[$index]="$OPTARG"
225 find_test ${tests[$i]} ${tests[$((i+1))]}