From 1624b70fe633229ce71e70dd3a7be5dcb8c47583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 24 Dec 2015 15:26:45 +0100 Subject: Add EUNIT_ERL_OPTS variable --- doc/src/guide/eunit.asciidoc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/src/guide/eunit.asciidoc b/doc/src/guide/eunit.asciidoc index 0295726..591d4c6 100644 --- a/doc/src/guide/eunit.asciidoc +++ b/doc/src/guide/eunit.asciidoc @@ -59,6 +59,13 @@ At the time of writing, the only available option is `verbose`: [source,make] EUNIT_OPTS = verbose +The `EUNIT_ERL_OPTS` variable allows you to specify options +to be passed to `erl` when running EUnit tests. For example, +you can load the 'vm.args' and 'sys.config' files: + +[source,make] +EUNIT_ERL_OPTS = -args_file rel/vm.args -config rel/sys.config + === Usage To run all tests (including EUnit): -- cgit v1.2.3