Revision 750
Added by Aaron Marcuse-Kubitza almost 13 years ago
input.Makefile | ||
---|---|---|
139 | 139 |
endef |
140 | 140 |
|
141 | 141 |
test/$(via).xml: $(viaMaps) _always |
142 |
$(call test,$(map)) |
|
142 |
-$(call test,$(map)) |
|
143 |
# Don't abort tester if via test fails, because CSV output is not supported yet |
|
143 | 144 |
tests += test/$(via).xml |
144 | 145 |
|
145 | 146 |
test/VegBIEN.xml: $(directMaps) _always |
Also available in: Unified diff
input.Makefile: Don't abort tester if via test fails, because CSV output is not supported yet