- Convert to new test framework
This commit is contained in:
parent
8e4e8bd9f6
commit
525dc7dea2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398297
1 changed files with 1 additions and 3 deletions
|
@ -22,6 +22,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
|||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
TEST_TARGET= check
|
||||
USE_LDCONFIG= yes
|
||||
USES= libtool pathfix
|
||||
|
||||
|
@ -39,7 +40,4 @@ post-install:
|
|||
${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${STAGEDIR}${DOCSDIR}/
|
||||
|
||||
regression-test test: build
|
||||
cd ${WRKSRC}/testbed/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue