summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-05-06 00:43:16 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-05-06 00:43:16 +0200
commit3717d3046c836f9c65dc1b7293134f56aea9e84c (patch)
treeb5e704386ce14ad76c87646ded765ea13e237b16 /Makefile
parentc70587fdda762dca3c03aa75a0185493db75607a (diff)
Use prove for tests. Might be a bit ugly right now... hm.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 53a1b5d..f348d57 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@ all:
@${MAKE} -C src
test: all
- mandoc -Tlint man/*
- perl test/test.pl ${PACKAGE} ${VERSION}
+ @mandoc -Tlint man/*
+ @PACKAGE=${PACKAGE} VERSION=${VERSION} prove test
install: install-man install-doc install-bin install-font install-img