aboutsummaryrefslogtreecommitdiffstats
path: root/guide/eunit.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-10-30 16:59:51 +0200
committerLoïc Hoguin <[email protected]>2016-10-30 16:59:51 +0200
commitace1e250489c858abc33989df4fbed46627975c7 (patch)
tree1fe226295279c9775c580c832bf2d6e7a82518af /guide/eunit.html
parent463f04d2cfb806c858c786931cb905ac77629cfa (diff)
downloaderlang.mk-ace1e250489c858abc33989df4fbed46627975c7.tar.gz
erlang.mk-ace1e250489c858abc33989df4fbed46627975c7.tar.bz2
erlang.mk-ace1e250489c858abc33989df4fbed46627975c7.zip
Update user guide
Diffstat (limited to 'guide/eunit.html')
-rw-r--r--guide/eunit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/guide/eunit.html b/guide/eunit.html
index 1a5bb22..d211887 100644
--- a/guide/eunit.html
+++ b/guide/eunit.html
@@ -58,7 +58,7 @@ compiled.</p><pre class="programlisting">-ifdef(TEST).
%% Insert tests here.
-endif.</pre><p>Erlang.mk will automatically recompile your code when you
-perform a normal build after running tests, and vice versa.</p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_configuration_5"></a>16.2. Configuration</h2></div></div></div><p>The <code class="literal">EUNIT_OPTS</code> variable allows you to specify additional
+perform a normal build after running tests, and vice versa.</p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_configuration_6"></a>16.2. Configuration</h2></div></div></div><p>The <code class="literal">EUNIT_OPTS</code> variable allows you to specify additional
EUnit options. Options are documented in the
<a class="ulink" href="http://www.erlang.org/doc/man/eunit.html#test-2" target="_top">EUnit manual</a>.
At the time of writing, the only available option is <code class="literal">verbose</code>:</p><pre class="programlisting">EUNIT_OPTS = verbose</pre><p>The <code class="literal">EUNIT_ERL_OPTS</code> variable allows you to specify options