summaryrefslogtreecommitdiff
path: root/devel/libffi
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-01-28 15:33:25 +0000
committerwiz <wiz@pkgsrc.org>2017-01-28 15:33:25 +0000
commit79178c682ae72da60a925950493b9b224d6229ed (patch)
tree1902378b16300e17e710e884ee46ac571552015a /devel/libffi
parent2a616b319ac8a00194445ffa9da5447b03ad053a (diff)
downloadpkgsrc-79178c682ae72da60a925950493b9b224d6229ed.tar.gz
Add test target. Result:
# of expected passes 970 # of unexpected failures 450
Diffstat (limited to 'devel/libffi')
-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: