summaryrefslogtreecommitdiff
path: root/src/rebar.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-08-20 13:55:55 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-08-20 13:55:55 +0200
commit3c0d97bf2c3befb1b5caf70428075146baedea72 (patch)
tree92dcfb0401c1ef8486f3bbb2071d0d8702d27d01 /src/rebar.erl
parent60516dc406a2b556c07264a1fe067f24e63d8f97 (diff)
Cleanup and comment
Diffstat (limited to 'src/rebar.erl')
-rw-r--r--src/rebar.erl17
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