summaryrefslogtreecommitdiff
path: root/devel/libffi/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2017-01-28 15:33:25 +0000
committerwiz <wiz>2017-01-28 15:33:25 +0000
commita3a659056512ef99a217ca2abff8145241c2ddea (patch)
tree01d0efdfbb7782ada189b4aa97a5e3fef46803ea /devel/libffi/Makefile
parenteab9ad8c3eeab418074d1f42ad91a18368730eed (diff)
downloadpkgsrc-a3a659056512ef99a217ca2abff8145241c2ddea.tar.gz
Add test target. Result:
# of expected passes 970 # of unexpected failures 450
Diffstat (limited to 'devel/libffi/Makefile')
-rw-r--r--devel/libffi/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile
index 6a5c795628c..a5c32d2a2f5 100644
--- a/devel/libffi/Makefile
+++ b/devel/libffi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2016/11/03 11:40:28 maya Exp $
+# $NetBSD: Makefile,v 1.30 2017/01/28 15:33:25 wiz Exp $
DISTNAME= libffi-3.2.1
PKGREVISION= 2
@@ -10,6 +10,8 @@ HOMEPAGE= https://www.sourceware.org/libffi/
COMMENT= Foreign function interface
LICENSE= mit
+BUILD_DEPENDS+= dejagnu-[0-9]*:../../devel/dejagnu
+
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
@@ -18,6 +20,8 @@ CONFIGURE_ARGS= --includedir=${PREFIX}/include
PKGCONFIG_OVERRIDE+= libffi.pc.in
INFO_FILES= yes
+TEST_TARGET= check
+
.include "../../mk/compiler.mk"
# The Compaq C frontend groks .s, but not .S. Assemble osf.S directly w/ as(1).
pre-build: