fixed up the rest of the tests, added rudimentary makefile(s)
This commit is contained in:
16
test/Makefile
Normal file
16
test/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
# toplevel makefile for the regression tests
|
||||
|
||||
MAKE := make --no-print-dir
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
all:
|
||||
@$(MAKE) -C val all
|
||||
@$(MAKE) -C ref all
|
||||
@$(MAKE) -C err all
|
||||
|
||||
clean:
|
||||
@$(MAKE) -C val clean
|
||||
@$(MAKE) -C ref clean
|
||||
@$(MAKE) -C err clean
|
||||
Reference in New Issue
Block a user