svn commit: r473438 - head/lang/elixir
Jimmy Olgeni
olgeni at FreeBSD.org
Wed Jun 27 12:35:36 UTC 2018
Author: olgeni
Date: Wed Jun 27 12:35:35 2018
New Revision: 473438
URL: https://svnweb.freebsd.org/changeset/ports/473438
Log:
lang/elixir: add test target.
Modified:
head/lang/elixir/Makefile
Modified: head/lang/elixir/Makefile
==============================================================================
--- head/lang/elixir/Makefile Wed Jun 27 12:32:16 2018 (r473437)
+++ head/lang/elixir/Makefile Wed Jun 27 12:35:35 2018 (r473438)
@@ -49,4 +49,7 @@ post-install-SRC-on:
${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/elixir/lib/$${lib}/lib; \
done
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} test
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list