Project

General

Profile

« Previous | Next » 

Revision 12991

inputs/input.Makefile: added new-style aggregating validations (`validate` target)

View differences:

input.Makefile
481 481

  
482 482
##### Verification of import
483 483

  
484
### new-style aggregating validations (also work w/ old-style import)
485

  
486
# must be in input.Makefile instead of table.run because some datasources that
487
# we validate still use old-style import
488

  
489
validate: _always
490
	echo "SELECT remake_diff_tables('$(datasrc)');"|$(psqlAsBien)
491

  
492
### old-style aggregating validations (not related to old-style import)
493

  
484 494
verifyTables := $(patsubst verify/%.ref,%,$(wildcard verify/*.ref))
485 495

  
486 496
verify: $(verifyTables:%=%/verify) _always ;

Also available in: Unified diff