Use eunit for tests and add coverage and surefire reporting to rebar.config

This commit is contained in:
David Reid
2010-10-12 10:36:34 -07:00
parent 8ebf31c83b
commit 766f8483c4
3 changed files with 9 additions and 49 deletions

View File

@@ -0,0 +1,3 @@
% -*- mode: erlang -*-
{cover_enabled, true}.
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.