Lines Matching defs:trs
381 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
401 close ($$0 ".trs"); \
405 # standard input, create the global log from their .trs and .log files.
423 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
426 fatal("failed to read from " $$0 ".trs"); \
447 close ($$0 ".trs"); \
501 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
1160 .SUFFIXES: .$(MISC_MAN_SUFFIX) .man .log .py .py$(EXEEXT) .trs
3103 # Recover from deleted '.trs' file; this should ensure that
3104 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
3105 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
3107 .log.trs:
3113 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
3121 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
3125 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
3140 test -f $$i.trs && test -r $$i.trs \
3141 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
3149 results=`for b in $$bases; do echo $$b.trs; done`; \
3225 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
3229 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
3248 --log-file $$b.log --trs-file $$b.trs \
3255 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
3484 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)