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

Convert to test framework

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-10-12 08:10:30 +00:00
parent 4ce3acb612
commit 8975b64f5b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451821

View File

@ -14,7 +14,4 @@ COMMENT= Test environment setup for development with IDE
USES= perl5
USE_PERL5= configure
regression-test: build
cd ${WRKSRC}/ && ${MAKE} test
.include <bsd.port.mk>