pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libgit2 Add test target.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f62e20094f1
branches:  trunk
changeset: 357025:7f62e20094f1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 11 14:25:42 2017 +0000

description:
Add test target.

Allow all python versions.

diffstat:

 devel/libgit2/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 5abd6956a7e5 -r 7f62e20094f1 devel/libgit2/Makefile
--- a/devel/libgit2/Makefile    Wed Jan 11 14:18:34 2017 +0000
+++ b/devel/libgit2/Makefile    Wed Jan 11 14:25:42 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2017/01/11 00:11:24 taca Exp $
+# $NetBSD: Makefile,v 1.17 2017/01/11 14:25:42 wiz Exp $
 
 DISTNAME=      libgit2-0.25.1
 CATEGORIES=    devel
@@ -15,7 +15,9 @@
 USE_CMAKE=     yes
 
 PKGCONFIG_OVERRIDE+=   libgit2.pc.in
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 0.21.1
+
+do-test:
+       cd ${WRKSRC} && ctest
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/libssh2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index