Lines Matching defs:trs
419 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
439 close ($$0 ".trs"); \
443 # standard input, create the global log from their .trs and .log files.
461 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
464 fatal("failed to read from " $$0 ".trs"); \
485 close ($$0 ".trs"); \
545 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
991 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
1579 # Recover from deleted '.trs' file; this should ensure that
1580 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1581 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
1583 .log.trs:
1589 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1596 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1600 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1615 test -f $$i.trs && test -r $$i.trs \
1616 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1624 results=`for b in $$bases; do echo $$b.trs; done`; \
1727 @$(am__rm_f) $(RECHECK_LOGS:.log=.trs)
1749 --log-file $$b.log --trs-file $$b.trs \
1756 --log-file $$b.log --trs-file $$b.trs \
1763 --log-file $$b.log --trs-file $$b.trs \
1770 --log-file $$b.log --trs-file $$b.trs \
1777 --log-file $$b.log --trs-file $$b.trs \
1784 --log-file $$b.log --trs-file $$b.trs \
1791 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
1882 -$(am__rm_f) $(TEST_LOGS:.log=.trs)