- Convert to new test framework
This commit is contained in:
parent
8ed5e63d09
commit
5a2b48b98c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398477
1 changed files with 1 additions and 3 deletions
|
@ -15,6 +15,7 @@ OPTIONS_DEFINE= DOCS
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check
|
||||
USES= libtool perl5
|
||||
|
||||
INFO= global
|
||||
|
@ -27,7 +28,4 @@ post-install:
|
|||
${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
|
||||
|
||||
regression-test test: build
|
||||
cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue