Project

General

Profile

« Previous | Next » 

Revision 626

input.Makefile: Renamed test/import.ref to import.out.ref. Changed syntax for accepting a test output to work with all types of test outputs.

View differences:

input.Makefile
96 96
ifneq ($(wildcard test/),)
97 97

  
98 98
test: test/import.out _always
99
	$(DIFF) $(<:.out=.ref) $<
99
	$(DIFF) $<.ref $<
100 100

  
101 101
all += test/import.out
102 102

  
103
accept: _always
104
	$(CP) test/import.out test/import.ref
103
%-ok: _always
104
	$(CP) $* $*.ref
105 105

  
106 106
else
107 107
test: _always ;

Also available in: Unified diff