1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00

Convert to test framework

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-10-12 08:09:49 +00:00
parent 02ff99a147
commit b2789bbc2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451815

View File

@ -50,7 +50,4 @@ DIAGRAM_RUN_DEPENDS= ${DIAGRAM_BUILD_DEPENDS}
post-patch:
@${REINPLACE_CMD} -e 's|@EXPORT|&_OK|' ${WRKSRC}/lib/SQL/Translator/Parser/xSV.pm
regression-test: build
cd ${WRKSRC}/ && ${MAKE} test
.include <bsd.port.mk>