Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2018 12:35:36 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473438 - head/lang/elixir
Message-ID:  <201806271235.w5RCZaFm037761@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806271235.w5RCZaFm037761>