From 3717d3046c836f9c65dc1b7293134f56aea9e84c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 6 May 2010 00:43:16 +0200 Subject: Use prove for tests. Might be a bit ugly right now... hm. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3