Revision 5782
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/input.Makefile | ||
---|---|---|
346 | 346 |
|
347 | 347 |
##### Verification of import |
348 | 348 |
|
349 |
verify: $(tables:%=%/verify) _always ;
|
|
349 |
verifyTables := $(patsubst verify/%.ref,%,$(wildcard verify/*.ref))
|
|
350 | 350 |
|
351 |
verify: $(verifyTables:%=%/verify) _always ; |
|
352 |
|
|
351 | 353 |
%/verify: verify/%.ref verify/%.out _always |
352 | 354 |
-$(diffVerbose) $(+_) |
353 | 355 |
# don't abort on verification errors, which are expected during development |
Also available in: Unified diff
input.Makefile: Verification of import: verify: Use tables from the verify/*.ref files themselves rather than from the datasource's subdirs, in order to match the tables in mappings/verify.*.sql