{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.6.1"}
]}.
