- Switch to new test framework

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-02-18 09:02:55 +00:00
parent 29904b46f8
commit a71cd2e00f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462209

View file

@ -89,7 +89,7 @@ CORELIMIT?= /usr/bin/limits -Sc 0
TESTLOGS?= RunGrepTest RunTest pcre_jit_test pcre_scanner_unittest \
pcre_stringpiece_unittest pcrecpp_unittest
check regression-test test: build
do-test:
@cd ${WRKSRC} ; \
${SETENV} ${MAKE_ENV} ${CORELIMIT} ${MAKE_CMD} ${MAKE_ARGS} check ; \
for _l in ${TESTLOGS} ; do if ${TEST} -f $${_l}.log ; then \