diff options
author | wiz <wiz@pkgsrc.org> | 2017-01-11 14:25:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-01-11 14:25:42 +0000 |
commit | b2c2f393bac1f18ec8cea88f0ed8da969601b72d (patch) | |
tree | a8aa30868dfb07f1a3049ef7416f4825228ac873 /devel | |
parent | 5ceae9f106c3725d6de440142eee18e4bd188d6e (diff) | |
download | pkgsrc-b2c2f393bac1f18ec8cea88f0ed8da969601b72d.tar.gz |
Add test target.
Allow all python versions.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libgit2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/libgit2/Makefile b/devel/libgit2/Makefile index 2b19670fa02..73c7831b0d4 100644 --- a/devel/libgit2/Makefile +++ b/devel/libgit2/Makefile @@ -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_TOOLS+= pkg-config 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" |