diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-02-13 18:11:29 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-02-13 18:11:29 +0100 |
commit | e407838bab16038951a4f5489bdf8737116c775d (patch) | |
tree | 786a1393e7b0718a8f9acca5707354596a958fb9 | |
parent | b70f374f897585b2f465e9f1c37ad18ea885dded (diff) |
Document eunit_first_files
-rw-r--r-- | rebar.config.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rebar.config.sample b/rebar.config.sample index 8954c15..184c16d 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -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}. |