- Convert to new test framework
This commit is contained in:
parent
7cf8093ec1
commit
16ba17350a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398301
1 changed files with 1 additions and 3 deletions
|
@ -26,6 +26,7 @@ CPPFLAGS+= -I${WRKSRC}/include -I${LOCALBASE}/include -fPIC -DPIC
|
|||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
TEST_TARGET= check
|
||||
USE_LDCONFIG= yes
|
||||
USES= libtool pathfix
|
||||
|
||||
|
@ -51,7 +52,4 @@ post-install-DOXYGEN-on:
|
|||
${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||
cd ${WRKSRC}/docs/html/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
regression-test test: build
|
||||
cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue