diff options
Diffstat (limited to 'src/rebar.erl')
-rw-r--r-- | src/rebar.erl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rebar.erl b/src/rebar.erl index aec516b..32c95d2 100644 --- a/src/rebar.erl +++ b/src/rebar.erl @@ -300,6 +300,11 @@ 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 + ct [suites=] [case=] Run common_test suites qc Test QuickCheck properties |