diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-06 00:43:16 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-06 00:43:16 +0200 |
commit | 3717d3046c836f9c65dc1b7293134f56aea9e84c (patch) | |
tree | b5e704386ce14ad76c87646ded765ea13e237b16 /Makefile | |
parent | c70587fdda762dca3c03aa75a0185493db75607a (diff) |
Use prove for tests. Might be a bit ugly right now... hm.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |