Lines Matching refs:TESTS
8 TESTS="$BASE_DIR"/kselftest-list.txt9 if [ ! -r "$TESTS" ] ; then10 echo "$0: Could not find list of tests to run ($TESTS)" >&213 available="$(cat "$TESTS")"34 TESTS=""43 TESTS="$TESTS $2"71 TESTS="$TESTS $found"75 if [ -n "$TESTS" ]; then77 for test in $TESTS ; do