Lines Matching defs:trs
294 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
314 close ($$0 ".trs"); \
318 # standard input, create the global log from their .trs and .log files.
336 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
339 fatal("failed to read from " $$0 ".trs"); \
360 close ($$0 ".trs"); \
414 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
644 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
815 # Recover from deleted '.trs' file; this should ensure that
816 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
817 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
819 .log.trs:
825 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
833 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
837 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
852 test -f $$i.trs && test -r $$i.trs \
853 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
861 results=`for b in $$bases; do echo $$b.trs; done`; \
937 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
941 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
960 --log-file $$b.log --trs-file $$b.trs \
967 --log-file $$b.log --trs-file $$b.trs \
974 --log-file $$b.log --trs-file $$b.trs \
981 --log-file $$b.log --trs-file $$b.trs \
988 --log-file $$b.log --trs-file $$b.trs \
995 --log-file $$b.log --trs-file $$b.trs \
1002 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
1065 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)