blob: 82d1fcae2ec79438480828f6b71d5166f2aa57ef (
plain) (
tree)
|
|
{cover_enabled, true}.
{deps, [
{proper, "1.0",
{git, "git://github.com/manopapad/proper.git", {tag, "v1.0"}}}
]}.
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
{erl_opts, [
%% bin_opt_info,
%% warn_missing_spec,
warnings_as_errors,
warn_export_all
]}.
|