diff options
author | wiz <wiz@pkgsrc.org> | 2013-02-19 19:45:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-02-19 19:45:44 +0000 |
commit | 5ae1e9a865ad0abfcb7ac4f26b2761ae4826d3ac (patch) | |
tree | 195621faa0027dfe0d111925f9584c67fb7cd348 /math | |
parent | d344f148247132608a041379844a7e5356e8c312 (diff) | |
download | pkgsrc-5ae1e9a865ad0abfcb7ac4f26b2761ae4826d3ac.tar.gz |
Add TEST_TARGET.
Diffstat (limited to 'math')
-rw-r--r-- | math/isl/Makefile | 4 |
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" |