Lines Matching refs:tests
24 # Script to run the tests in rt-test
43 func all functional tests will be run
44 stress all stress tests will be run
45 perf all perf tests will be run
46 all all tests will be run
47 list all available tests will be listed
51 (e.g: func/pi-tests)
68 echo " Available tests are:"
143 # Run all tests which have run_auto.sh
158 # run the tests in the individual subdirectory if it exists
188 # if INSTALL_DIR != top_srcdir assume the individual tests are built and installed.
191 #Only build the library, most of the tests depend upon.
192 #The Individual tests will be built, just before they run.
208 tests[$index]=$LOOP
212 tests[$index]="$OPTARG"
220 tests[$index]="$OPTARG"
236 tests[$index]=1
240 find_test "$profile" ${tests[$i]} ${tests[$((i+1))]}