Current section

Files

Jump to
mapz rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{profiles, [
{test, [
{deps, [
{unite, "0.3.1"}
]},
{eunit_opts, [no_tty, {report, {unite_compact, []}}]}
]}
]}.