Revision 10839
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/input.Makefile | ||
---|---|---|
549 | 549 |
|
550 | 550 |
tests := |
551 | 551 |
|
552 |
%/test: %/test.xml _always ; |
|
552 |
%/test: %/test.xml $(if $(by_col),%/test.by_col.xml) _always ;
|
|
553 | 553 |
|
554 | 554 |
# Requires staging tables. To create them, run `make inputs/<datasrc>/install`. |
555 | 555 |
# Non-flat-file inputs fall back to mimicking a successful test |
Also available in: Unified diff
bugfix: inputs/input.Makefile: %/test: in by_col mode, also need to run %/test.by_col.xml