Revision 991
Added by Aaron Marcuse-Kubitza almost 13 years ago
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
input.Makefile: Don't run tests in verbose mode because the run time stats, etc. are not relevant