diff options
author | OJ Reeves <oj@buffered.io> | 2010-02-03 22:27:09 +1000 |
---|---|---|
committer | OJ Reeves <oj@buffered.io> | 2010-02-03 22:27:09 +1000 |
commit | 71c974e341173da9c5da6f6d6781e2ee52aec251 (patch) | |
tree | 6abcce5d025501ca05a031118e91a926b63f4afa /.hgignore | |
parent | 6c359a08cde153f53cb735a134d8bedf1a99919b (diff) | |
download | rebar-71c974e341173da9c5da6f6d6781e2ee52aec251.tar.gz |
Added support for the speficiation of test suite names
eg. rebar eunit -- runs all tests in all modules
rebar eunit suite=foo -- only runs tests in foo.erl/foo_tests.erl
Added an entry to .hgignore to avoid .swp files (created by VIM).
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,3 +2,4 @@ ^rebar$ .~ \.orig +\.swp |