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")"35 TESTS=""45 TESTS="$TESTS $2"76 TESTS="$TESTS $found"80 if [ -n "$TESTS" ]; then82 for test in $TESTS ; do