2011-05-16 11:42:15 +02:00
|
|
|
{cover_enabled, true}.
|
2011-07-20 17:38:10 +02:00
|
|
|
{deps, [
|
2011-07-26 12:36:35 +02:00
|
|
|
{quoted, "1.0.3",
|
|
|
|
{git, "git://github.com/klaar/quoted.erl.git", {tag, "1.0.3"}}},
|
2011-07-26 10:46:06 +02:00
|
|
|
{proper, "1.0",
|
|
|
|
{git, "git://github.com/manopapad/proper.git", {tag, "v1.0"}}}
|
2011-07-20 17:38:10 +02:00
|
|
|
]}.
|
2011-05-25 17:51:56 -05:00
|
|
|
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
|
2011-04-12 16:23:52 +02:00
|
|
|
{erl_opts, [
|
|
|
|
%% bin_opt_info,
|
2011-06-27 23:36:17 +02:00
|
|
|
%% warn_missing_spec,
|
2011-04-12 16:23:52 +02:00
|
|
|
warnings_as_errors,
|
|
|
|
warn_export_all
|
|
|
|
]}.
|