Lines Matching refs:tst
712 for tst in $$list; do \
713 if test -f ./$$tst; then dir=./; \
714 elif test -f $$tst; then dir=; \
716 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
719 *$$ws$$tst$$ws*) \
722 echo "XPASS: $$tst"; \
725 echo "PASS: $$tst"; \
731 *$$ws$$tst$$ws*) \
733 echo "XFAIL: $$tst"; \
737 echo "FAIL: $$tst"; \
742 echo "SKIP: $$tst"; \