Project

General

Profile

« Previous | Next » 

Revision 991

input.Makefile: Don't run tests in verbose mode because the run time stats, etc. are not relevant

View differences:

input.Makefile
158 158

  
159 159
define runTest
160 160
@echo "Testing $(abspath $@)..."
161
>$@ env test=1 verbose=1 n=$(test_n) $(1)
161
>$@ env test=1 n=$(test_n) $(1)
162 162
@(set -x; $(DIFF) $(call testRef,$@) $@) 2>&1 || { e=$$?;\
163 163
$(if $(wildcard $(call testRef,$@)),,cat $@;)\
164 164
$(if $(hasOwnRef),\

Also available in: Unified diff