Add regress/Makefile.

pull/916/head
Nicholas Marriott 2017-04-30 13:47:25 +01:00
parent 909d962d3a
commit 76950a6401
1 changed files with 8 additions and 0 deletions

8
regress/Makefile Normal file
View File

@ -0,0 +1,8 @@
TESTS!= echo *.sh
.PHONY: all $(TESTS)
all: $(TESTS)
$(TESTS):
sh $*.sh