Project

General

Profile

« Previous | Next » 

Revision 514

input.Makefile: Moved verifications into one set of verify.* files

View differences:

input.Makefile
69 69

  
70 70
#####
71 71

  
72
verify: _always $(addprefix verify-,$(tables)) ;
73

  
74
verify-%: verify/%.ref verify/%.out _always
72
verify: verify.ref verify.out _always
75 73
	$(DIFF) $(+_)
76 74

  
75
all += verify.out
76

  
77 77
%.out: %.sql _always
78 78
	$(out_cmd)
79 79
.PRECIOUS: %.out
80 80
out_cmd = $(psqlAsBien) --no-align --field-separator='	' --pset=footer=off \
81 81
--pset=null=NULL <$< >$@
82 82

  
83
all += $(wildcard verify/*.out)
84

  
85 83
#####
86 84

  
87 85
test: test.out _always

Also available in: Unified diff