aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-02-28 16:33:04 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-02-28 16:33:04 +0800
commit20fcfc9dee7f74f4b474c0e4a66f2926a2a5d962 (patch)
tree8ad70dd956ce5a6a355bc8ace04ab6bd35c563f0 /devel
parentd2150d0fd609b813949ec8ed45d0ebe077662571 (diff)
downloadfreebsd-ports-gnome-20fcfc9dee7f74f4b474c0e4a66f2926a2a5d962.tar.gz
freebsd-ports-gnome-20fcfc9dee7f74f4b474c0e4a66f2926a2a5d962.tar.zst
freebsd-ports-gnome-20fcfc9dee7f74f4b474c0e4a66f2926a2a5d962.zip
- Switch to new test framework
Approved by: portmgr blanket
Diffstat (limited to 'devel')
-rw-r--r--devel/libvirt/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile
index 565cd389a4d0..80b52855599a 100644
--- a/devel/libvirt/Makefile
+++ b/devel/libvirt/Makefile
@@ -104,6 +104,7 @@ CPE_VENDOR= redhat
USE_PERL5= build
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
+TEST_TARGET= check
SHLIB_VER= 0.4000.0
PLIST_SUB+= PORTVERSION="-${PORTVERSION}" \
SHLIB_VER=${SHLIB_VER}
@@ -175,9 +176,6 @@ post-install:
${STAGEDIR}${ETCDIR}/${file}.sample; fi
.endfor
-regression-test: build
- @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
-
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64 || ${ARCH} == i386