Lines Matching refs:tst
696 for tst in $$list; do \
697 if test -f ./$$tst; then dir=./; \
698 elif test -f $$tst; then dir=; \
700 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
703 *$$ws$$tst$$ws*) \
706 echo "XPASS: $$tst"; \
709 echo "PASS: $$tst"; \
715 *$$ws$$tst$$ws*) \
717 echo "XFAIL: $$tst"; \
721 echo "FAIL: $$tst"; \
726 echo "SKIP: $$tst"; \