1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add do-test:

Differential Revision:	https://reviews.freebsd.org/D18370
PR:		233619
Submitted by:	0mp
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-01-05 22:47:11 +00:00
parent 91c3078096
commit 5f964b86df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489413

View File

@ -15,6 +15,9 @@ LICENSE= GPLv2+
BROKEN_armv6= fails to build: gmake: install-recursive: Error 1
BROKEN_armv7= fails to build: gmake: install-recursive: Error 1
TEST_DEPENDS= runtest:misc/dejagnu \
${LOCALBASE}/lib/tcllib/cmdline/cmdline.tcl:devel/tcllib
PORTSCOUT= limit:^[0-9\.]*$$
OPTIONS_DEFINE= CMAKE_MODULES DOCS FREEBSD
@ -70,4 +73,9 @@ post-install-DOCS-on:
post-install-FREEBSD-on:
cd ${WRKSRC}/freebsd/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS}
do-test:
.for test in runCompletion runInstall runUnit
-cd ${WRKSRC}/test && bash ${test}
.endfor
.include <bsd.port.mk>