Browse Source

Fix bug 629; updated help for new common_test command

Dave Smith 15 years ago
parent
commit
ed59ed2b52
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      src/rebar_core.erl

+ 1
- 4
src/rebar_core.erl View File

@ -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

Loading…
Cancel
Save