summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authordrochner <drochner>2012-09-13 17:14:36 +0000
committerdrochner <drochner>2012-09-13 17:14:36 +0000
commit1854ec96e949205a79a2ea5c0b1d47bc6dd8bab4 (patch)
treed521e61204c61981178fc14e4e35b4166f7a9c96 /math
parentd47f9c09f1c0f042be085e63c2f68fdab04fd071 (diff)
downloadpkgsrc-1854ec96e949205a79a2ea5c0b1d47bc6dd8bab4.tar.gz
add test target
Diffstat (limited to 'math')
-rw-r--r--math/libmatheval/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/libmatheval/Makefile b/math/libmatheval/Makefile
index b2234450a77..51ef701613b 100644
--- a/math/libmatheval/Makefile
+++ b/math/libmatheval/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/09/13 15:44:04 asau Exp $
+# $NetBSD: Makefile,v 1.16 2012/09/13 17:14:36 drochner Exp $
#
DISTNAME= libmatheval-1.1.8
@@ -15,6 +15,7 @@ USE_LIBTOOL= yes
PTHREAD_OPTS+= require
INFO_FILES= yes
PKGCONFIG_OVERRIDE= libmatheval.pc.in
+TEST_TARGET= check
.include "../../devel/flex/buildlink3.mk"
.include "../../lang/guile/buildlink3.mk"