aboutsummaryrefslogtreecommitdiffstats
path: root/devel/yajl
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-09-07 04:18:38 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-09-07 04:18:38 +0800
commit2115231258250046d5771773b10549331a948273 (patch)
treebbfbf687050c846f9abc15226d61938774d756dd /devel/yajl
parent987b91a89c7a5d79513df3fa0815be8c9d6485a7 (diff)
downloadfreebsd-ports-gnome-2115231258250046d5771773b10549331a948273.tar.gz
freebsd-ports-gnome-2115231258250046d5771773b10549331a948273.tar.zst
freebsd-ports-gnome-2115231258250046d5771773b10549331a948273.zip
- Enable tests
PR: 212392 Submitted by: t@tobik.me
Diffstat (limited to 'devel/yajl')
-rw-r--r--devel/yajl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/yajl/Makefile b/devel/yajl/Makefile
index c48fef835c8e..11469bcac603 100644
--- a/devel/yajl/Makefile
+++ b/devel/yajl/Makefile
@@ -19,6 +19,9 @@ USES= cmake:outsource
PLIST_SUB= VERSION=${PORTVERSION}
+TEST_TARGET= test test-api
+TEST_WRKSRC= ${BUILD_WRKSRC}
+
post-patch:
@${REINPLACE_CMD} -e "s,share/pkgconfig,libdata/pkgconfig,g" \
${WRKSRC}/src/CMakeLists.txt