Lines Matching defs:trs
178 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
198 close ($$0 ".trs"); \
202 # standard input, create the global log from their .trs and .log files.
220 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
223 fatal("failed to read from " $$0 ".trs"); \
244 close ($$0 ".trs"); \
304 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
472 .SUFFIXES: .log .test .test$(EXEEXT) .trs
509 # Recover from deleted '.trs' file; this should ensure that
510 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
511 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
513 .log.trs:
519 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
526 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
530 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
545 test -f $$i.trs && test -r $$i.trs \
546 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
554 results=`for b in $$bases; do echo $$b.trs; done`; \
657 @$(am__rm_f) $(RECHECK_LOGS:.log=.trs)
679 --log-file $$b.log --trs-file $$b.trs \
686 --log-file $$b.log --trs-file $$b.trs \
693 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
755 -$(am__rm_f) $(TEST_LOGS:.log=.trs)