- Convert to new test framework

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-10-03 17:07:06 +00:00
parent 8ed5e63d09
commit 5a2b48b98c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398477

View file

@ -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>