diff options
Diffstat (limited to 'src/rebar.erl')
-rw-r--r-- | src/rebar.erl | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/src/rebar.erl b/src/rebar.erl index 32c95d2..5d9475d 100644 --- a/src/rebar.erl +++ b/src/rebar.erl @@ -297,13 +297,16 @@ generate-upgrade previous_release=path Build an upgrade package generate-appups previous_release=path Generate appup files -eunit [suites=foo] Run eunit tests [foo.erl and test/foo_tests.erl] - [suites=foo] [tests=bar] Run specific eunit tests [first test name starting - with 'bar' in foo.erl and test/foo_tests.erl] - [tests=bar] For every existing suite, run the first test whose - name starts with bar and, if no such test exists, - run the test whose name starts with bar in - the suite's _tests module +eunit [suites=foo] Run eunit tests in foo.erl and + test/foo_tests.erl + [suites=foo] [tests=bar] Run specific eunit tests [first test name + starting with 'bar' in foo.erl and + test/foo_tests.erl] + [tests=bar] For every existing suite, run the first + test whose name starts with bar and, if + no such test exists, run the test whose + name starts with bar in the suite's + _tests module ct [suites=] [case=] Run common_test suites |