summaryrefslogtreecommitdiff
path: root/src/rebar.erl
diff options
context:
space:
mode:
authorRoberto Ostinelli <roberto@ostinelli.net>2012-07-28 17:04:50 -0700
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-08-11 23:08:21 +0200
commit69dc9ec933ad8468cd94a0b3e1d62fa2a4c72527 (patch)
tree9943e57a01897528cd102ec03ddd2427abf1d6a8 /src/rebar.erl
parent563607bc02890b0511e85d51d52de96597d86efa (diff)
Add experimental tests= filter for eunit suites
Diffstat (limited to 'src/rebar.erl')
-rw-r--r--src/rebar.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rebar.erl b/src/rebar.erl
index 44ba00b..aec516b 100644
--- a/src/rebar.erl
+++ b/src/rebar.erl
@@ -297,7 +297,9 @@ generate-upgrade previous_release=path Build an upgrade package
generate-appups previous_release=path Generate appup files
-eunit [suites=foo] Run eunit [test/foo_tests.erl] tests
+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]
ct [suites=] [case=] Run common_test suites
qc Test QuickCheck properties