diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-10-21 14:38:12 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-10-21 14:38:12 -0400 |
commit | 32f2dd98328c99b4ca80e907d7d164cf44c02824 (patch) | |
tree | 665122a6c77b04945dd39da45373bc23bbb67e64 | |
parent | d5c8c3ccdf5fcd29dd9bc8996d2d21b6146c063c (diff) |
generate surefire reports from eunit
-rw-r--r-- | rebar.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config index 3f2af7ff..2db0ae21 100644 --- a/rebar.config +++ b/rebar.config @@ -25,5 +25,6 @@ "rel" ]}. {cover_enabled, true}. +{eunit_opts, [{report,{eunit_surefire,[{dir,"."}]}}]}. {erl_opts, [debug_info]}. {lib_dirs, ["apps"]}. |