mruby: add a 'do-test' target to launch the test suite.

This commit is contained in:
Frederic Cambus 2020-03-20 11:48:21 +01:00
parent 83b0f9e575
commit 6ad984c1ca
No known key found for this signature in database
GPG Key ID: B0C0843E8831F5A9
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ do-install:
cd ${WRKSRC}/include && ${PAX} -wr * ${DESTDIR}${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/doc/guides/* ${DESTDIR}${PREFIX}/${DOCDIR}
do-test:
cd ${WRKSRC} && RUBY=${RUBY} ${RUBY} ./minirake test
.include "../../lang/ruby/replace.mk"
.include "../../lang/ruby/rubyversion.mk"
.include "../../mk/bsd.pkg.mk"