Lines Matching defs:trs
287 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
307 close ($$0 ".trs"); \
311 # standard input, create the global log from their .trs and .log files.
329 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
332 fatal("failed to read from " $$0 ".trs"); \
353 close ($$0 ".trs"); \
407 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
666 .SUFFIXES: .c .log .o .obj .test .test$(EXEEXT) .trs
1082 # Recover from deleted '.trs' file; this should ensure that
1083 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1084 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
1086 .log.trs:
1092 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1100 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1104 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1119 test -f $$i.trs && test -r $$i.trs \
1120 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1128 results=`for b in $$bases; do echo $$b.trs; done`; \
1204 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1208 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1227 --log-file $$b.log --trs-file $$b.trs \
1234 --log-file $$b.log --trs-file $$b.trs \
1241 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
1473 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)