Convert to test framework

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

View file

@ -24,7 +24,4 @@ USES= perl5
USE_PERL5= configure
INSTALL_TARGET= pure_install
regression-test:
@(cd ${WRKSRC} && ${PERL} ${CONFIGURE_SCRIPT} && ${MAKE} test)
.include <bsd.port.mk>