- Switch to new test framework
Approved by: portmgr blanket
This commit is contained in:
parent
bf16dbb70c
commit
edde42b69b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470599
1 changed files with 1 additions and 5 deletions
|
@ -17,6 +17,7 @@ LIB_DEPENDS= libxml++-2.6.so:textproc/libxml++26
|
|||
|
||||
USES= compiler:c++11-lang gmake pkgconfig
|
||||
USE_CXXSTD= c++11
|
||||
TEST_TARGET= test # XXX: 17 of 18 tests fail
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
@ -37,9 +38,4 @@ do-install-DOCS-on:
|
|||
${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
|
||||
.if defined(MAINTAINER_MODE)
|
||||
full-regression-test: build
|
||||
cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} test
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue