1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Convert to test framework

Approved by:	portmgr (blanket)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-10-12 08:09:44 +00:00
parent 3b482ca6aa
commit 02ff99a147
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451814

View File

@ -24,7 +24,4 @@ post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Verilog/Parser/*.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Verilog/Preproc/*.so
regression-test: build
make test -C ${WRKSRC}
.include <bsd.port.mk>