diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_eunit.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl index d1e847b..0c52c58 100644 --- a/src/rebar_eunit.erl +++ b/src/rebar_eunit.erl @@ -43,7 +43,7 @@ %% The following Global options are supported: %% <ul> %% <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> %% Additionally, for projects that have separate folders for the core %% implementation, and for the unit tests, then the following |