Lines Matching defs:trs
232 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
252 close ($$0 ".trs"); \
256 # standard input, create the global log from their .trs and .log files.
274 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
277 fatal("failed to read from " $$0 ".trs"); \
298 close ($$0 ".trs"); \
358 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
544 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
690 # Recover from deleted '.trs' file; this should ensure that
691 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
692 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
694 .log.trs:
700 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
707 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
711 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
726 test -f $$i.trs && test -r $$i.trs \
727 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
735 results=`for b in $$bases; do echo $$b.trs; done`; \
838 @$(am__rm_f) $(RECHECK_LOGS:.log=.trs)
860 --log-file $$b.log --trs-file $$b.trs \
867 --log-file $$b.log --trs-file $$b.trs \
874 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
937 -$(am__rm_f) $(TEST_LOGS:.log=.trs)