summaryrefslogtreecommitdiffstats
path: root/regress
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-04-30 13:47:25 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-04-30 13:47:25 +0100
commit76950a64013807e7f360cd1af0091b741b2d5e94 (patch)
tree052082d33e0b38010b69c27adcb86c03f11b27da /regress
parent909d962d3af951be03e1f242f846ca24aa634c9d (diff)
Add regress/Makefile.
Diffstat (limited to 'regress')
-rw-r--r--regress/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/regress/Makefile b/regress/Makefile
new file mode 100644
index 00000000..deb8ae45
--- /dev/null
+++ b/regress/Makefile
@@ -0,0 +1,8 @@
+TESTS!= echo *.sh
+
+.PHONY: all $(TESTS)
+
+all: $(TESTS)
+
+$(TESTS):
+ sh $*.sh