From 71c974e341173da9c5da6f6d6781e2ee52aec251 Mon Sep 17 00:00:00 2001 From: OJ Reeves Date: Wed, 3 Feb 2010 22:27:09 +1000 Subject: 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). --- .hgignore | 1 + 1 file changed, 1 insertion(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index ad6143a..684e0cb 100644 --- a/.hgignore +++ b/.hgignore @@ -2,3 +2,4 @@ ^rebar$ .~ \.orig +\.swp -- cgit v1.1