1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Convert to new test framework

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-10-01 15:55:51 +00:00
parent 8e4e8bd9f6
commit 525dc7dea2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398297

View File

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