aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7725f05..1e12dd9 100644
--- a/Makefile
+++ b/Makefile
@@ -25,3 +25,9 @@ dist:
submit: ci
mdvsys submit $(NAME)
+
+TESTS = $(wildcard t/*.t)
+.PHONY: $(TESTS)
+$(TESTS):
+ perl -Ilib $@
+check: $(TESTS)