diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2010-08-20 09:53:23 -0600 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2010-08-20 09:53:23 -0600 |
commit | ed59ed2b52a1e5587c949ce96fd4c2b39e19f609 (patch) | |
tree | 4cb66d9d6465e1433134abd631475a5e0b761c9c /src | |
parent | b063d3b8dfb0f2f02c389617a1174b182a867bb0 (diff) |
Fix bug 629; updated help for new common_test command
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_core.erl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/rebar_core.erl b/src/rebar_core.erl index f48ac92..c7790cd 100644 --- a/src/rebar_core.erl +++ b/src/rebar_core.erl @@ -219,10 +219,7 @@ generate [dump_spec=0/1] Build release with reltool install [target=] Install build into target eunit [suite=foo] Run eunit [test/foo_tests.erl] tests - -int_test [suite=] [case=] Run ct suites in ./int_test -perf_test [suite=] [case=] Run ct suites in ./perf_test -test [suite=] [case=] Run ct suites in ./test +ct [suite=] [case=] Run common_test suites in ./test xref Run cross reference analysis |