Lines Matching defs:trs
270 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
290 close ($$0 ".trs"); \
294 # standard input, create the global log from their .trs and .log files.
312 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
315 fatal("failed to read from " $$0 ".trs"); \
336 close ($$0 ".trs"); \
396 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
658 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
975 # Recover from deleted '.trs' file; this should ensure that
976 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
977 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
979 .log.trs:
985 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
992 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
996 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1011 test -f $$i.trs && test -r $$i.trs \
1012 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1020 results=`for b in $$bases; do echo $$b.trs; done`; \
1123 @$(am__rm_f) $(RECHECK_LOGS:.log=.trs)
1145 --log-file $$b.log --trs-file $$b.trs \
1152 --log-file $$b.log --trs-file $$b.trs \
1159 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
1394 -$(am__rm_f) $(TEST_LOGS:.log=.trs)