- Switch to new test framework
Approved by: portmgr blanket
This commit is contained in:
parent
29904b46f8
commit
a71cd2e00f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462209
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue