summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"