Project

General

Profile

« Previous | Next » 

Revision 776

input.Makefile: Print path to test output so you can tell which directory a test is running in

View differences:

input.Makefile
151 151
testRef = $(1:.2-step.xml=.xml).ref
152 152

  
153 153
define test
154
@echo "Testing $(abspath $@)..."
154 155
>$@ env test=1 verbose=1 n=$(test_n) $(1)
155 156
@(set -x; $(DIFF) $(call testRef,$@) $@) 2>&1 || { e=$$?;\
156 157
$(if $(hasOwnRef),echo $(emph)"To accept new test output:"$(endEmph);\

Also available in: Unified diff