Lines Matching defs:trs
377 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
397 close ($$0 ".trs"); \
401 # standard input, create the global log from their .trs and .log files.
419 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
422 fatal("failed to read from " $$0 ".trs"); \
443 close ($$0 ".trs"); \
497 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
813 run*.trs \
815 test*.trs \
822 .SUFFIXES: .c .lo .log .o .obj .sh .sh$(EXEEXT) .trs
1113 # Recover from deleted '.trs' file; this should ensure that
1114 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1115 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
1117 .log.trs:
1123 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1131 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1135 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1150 test -f $$i.trs && test -r $$i.trs \
1151 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1159 results=`for b in $$bases; do echo $$b.trs; done`; \
1235 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1239 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1258 --log-file $$b.log --trs-file $$b.trs \
1265 --log-file $$b.log --trs-file $$b.trs \
1272 --log-file $$b.log --trs-file $$b.trs \
1279 --log-file $$b.log --trs-file $$b.trs \
1286 --log-file $$b.log --trs-file $$b.trs \
1293 --log-file $$b.log --trs-file $$b.trs \
1300 --log-file $$b.log --trs-file $$b.trs \
1307 --log-file $$b.log --trs-file $$b.trs \
1314 --log-file $$b.log --trs-file $$b.trs \
1321 --log-file $$b.log --trs-file $$b.trs \
1328 --log-file $$b.log --trs-file $$b.trs \
1335 --log-file $$b.log --trs-file $$b.trs \
1342 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
1408 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)