pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libffi Add test target. Result:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/006ca7df0059
branches:  trunk
changeset: 357785:006ca7df0059
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 28 15:33:25 2017 +0000

description:
Add test target. Result:

# of expected passes            970
# of unexpected failures        450

diffstat:

 devel/libffi/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 1efa5ec7714c -r 006ca7df0059 devel/libffi/Makefile
--- a/devel/libffi/Makefile     Sat Jan 28 12:48:31 2017 +0000
+++ b/devel/libffi/Makefile     Sat Jan 28 15:33:25 2017 +0000
@@ -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 @@
 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 @@
 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:



Home | Main Index | Thread Index | Old Index