summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-02-19 19:45:44 +0000
committerwiz <wiz@pkgsrc.org>2013-02-19 19:45:44 +0000
commit5ae1e9a865ad0abfcb7ac4f26b2761ae4826d3ac (patch)
tree195621faa0027dfe0d111925f9584c67fb7cd348 /math
parentd344f148247132608a041379844a7e5356e8c312 (diff)
downloadpkgsrc-5ae1e9a865ad0abfcb7ac4f26b2761ae4826d3ac.tar.gz
Add TEST_TARGET.
Diffstat (limited to 'math')
-rw-r--r--math/isl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/isl/Makefile b/math/isl/Makefile
index c393149bb66..04c51b89699 100644
--- a/math/isl/Makefile
+++ b/math/isl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/02/17 22:10:47 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2013/02/19 19:45:44 wiz Exp $
DISTNAME= isl-0.11.1
CATEGORIES= math
@@ -16,5 +16,7 @@ USE_LIBTOOL= yes
CONFIGURE_ARGS+= --with-gmp=${BUILDLINK_PREFIX.gmpl}
+TEST_TARGET= check
+
.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"