Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [
%{d, debug},
debug_info
]}.
{cover_enabled, true}.
{cover_print_enabled, true}.
{eunit_opts, [
{dir, ["test/eunit"]}
]}.
{ct_opts, [
{dir, ["test/ct"]},
{label, ecrontab},
{readable, true}
]}.
{deps, [
{gproc, "0.8.0"}
]}.