mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
Document eunit_first_files
This commit is contained in:
parent
b70f374f89
commit
e407838bab
1 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,9 @@
|
|||
%% Additional compile options for eunit. erl_opts from above is also used
|
||||
{eunit_compile_opts, []}.
|
||||
|
||||
%% Same as erl_first_files, but used only when running 'eunit'
|
||||
{eunit_first_files, []}.
|
||||
|
||||
%% Whether to enable coverage reporting. Default is `false'
|
||||
{cover_enabled, false}.
|
||||
|
||||
|
|
Loading…
Reference in a new issue