Project

General

Profile

« Previous | Next » 

Revision 619

input.Makefile: Moved tests into test subdir

View differences:

inputs/SALVIAS/test.ref
1
Processed 2 input rows
2
Processed 2 input rows
3
Processed 2 input rows
inputs/SALVIAS/test/import.ref
1
Processed 2 input rows
2
Processed 2 input rows
3
Processed 2 input rows
inputs/input.Makefile
82 82

  
83 83
#####
84 84

  
85
test: test.out _always
85
test: test/import.out _always
86 86
	$(DIFF) $(<:.out=.ref) $<
87 87

  
88
all += test.out
88
all += test/import.out
89 89

  
90 90
accept: _always
91
	$(CP) test.out test.ref
91
	$(CP) test/import.out test/import.ref
92 92

  
93 93
#####
94 94

  
......
138 138

  
139 139
####
140 140

  
141
test.out: $(vegbienMaps) _always
141
test/import.out: $(vegbienMaps) _always
142 142
	env test=1 n=$(test_n) $(map) $(+_) >$@ 2>&1 || { e=$$?; cat $@; exit $$e;}
143
.PRECIOUS: test.out
143
.PRECIOUS: test/import.out
144 144

  
145 145
#####
146 146

  

Also available in: Unified diff