aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@gmail.com>2016-01-24 00:29:52 +0000
committerPascal Terjan <pterjan@gmail.com>2016-01-24 00:44:36 +0000
commit17761a28681612c11fcb62091625790810782971 (patch)
tree50bf4988a0f606cf31bff6b04734cf15962e89fd /Makefile
parent86865c84d1e5e79da91a5afb3e6d1cc64b85334b (diff)
downloadiurt-17761a28681612c11fcb62091625790810782971.tar
iurt-17761a28681612c11fcb62091625790810782971.tar.gz
iurt-17761a28681612c11fcb62091625790810782971.tar.bz2
iurt-17761a28681612c11fcb62091625790810782971.tar.xz
iurt-17761a28681612c11fcb62091625790810782971.zip
Add a first test!
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)