Lines Matching defs:trs
193 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
213 close ($$0 ".trs"); \
217 # standard input, create the global log from their .trs and .log files.
235 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
238 fatal("failed to read from " $$0 ".trs"); \
259 close ($$0 ".trs"); \
319 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
575 .SUFFIXES: .pre .log .test .test$(EXEEXT) .trs
688 # Recover from deleted '.trs' file; this should ensure that
689 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
690 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
692 .log.trs:
698 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
705 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
709 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
724 test -f $$i.trs && test -r $$i.trs \
725 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
733 results=`for b in $$bases; do echo $$b.trs; done`; \
836 @$(am__rm_f) $(RECHECK_LOGS:.log=.trs)
858 --log-file $$b.log --trs-file $$b.trs \
865 --log-file $$b.log --trs-file $$b.trs \
872 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
937 -$(am__rm_f) $(TEST_LOGS:.log=.trs)