Revision 655
Added by Aaron Marcuse-Kubitza almost 13 years ago
input.Makefile | ||
---|---|---|
124 | 124 |
exit $$e;} |
125 | 125 |
endef |
126 | 126 |
|
127 |
test2File = $(call test,$(map),Processed .* input rows)
|
|
127 |
test2File = $(call test,$(map)) |
|
128 | 128 |
test2Db = $(call test,$(import)) |
129 | 129 |
|
130 | 130 |
test/VegX.xml: $(vegxMaps) _always |
Also available in: Unified diff
input.Makefile: Don't need to filter test output since stderr now goes to the screen