mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Fix rebar_eunit comments
This commit is contained in:
parent
c91250d2df
commit
3dce05314b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
%% The following Global options are supported:
|
%% The following Global options are supported:
|
||||||
%% <ul>
|
%% <ul>
|
||||||
%% <li>verbose=1 - show extra output from the eunit test</li>
|
%% <li>verbose=1 - show extra output from the eunit test</li>
|
||||||
%% <li>suite="foo"" - runs test/foo_tests.erl</li>
|
%% <li>suites="foo,bar" - runs test/foo_tests.erl and test/bar_tests.erl</li>
|
||||||
%% </ul>
|
%% </ul>
|
||||||
%% Additionally, for projects that have separate folders for the core
|
%% Additionally, for projects that have separate folders for the core
|
||||||
%% implementation, and for the unit tests, then the following
|
%% implementation, and for the unit tests, then the following
|
||||||
|
|
Loading…
Reference in a new issue