From e594ee8e680d9ceeaad18988aef8f17853695277 Mon Sep 17 00:00:00 2001 From: dillo Date: Sat, 12 Jul 2003 13:26:35 +0000 Subject: use TEST_TARGET instead of custom test target --- textproc/btparse/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'textproc') diff --git a/textproc/btparse/Makefile b/textproc/btparse/Makefile index 68d818686ca..6445d0af839 100644 --- a/textproc/btparse/Makefile +++ b/textproc/btparse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/06/02 01:16:44 jschauma Exp $ +# $NetBSD: Makefile,v 1.4 2003/07/12 13:26:35 dillo Exp $ # DISTNAME= btparse-0.33 @@ -13,9 +13,6 @@ USE_PERL5= build USE_BUILDLINK2= YES GNU_CONFIGURE= YES ALL_TARGET= lib - -test: build - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} test | \ - tee ${WRKDIR}/test.log +TEST_TARGET= test .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3