Current section

Files

Jump to
mmath rebar.config
Raw

rebar.config

{sub_dirs, []}.
{cover_enabled, true}.
{erl_opts, [debug_info, warnings_as_errors]}.
{edoc_opts, [{dir, "doc"}]}.
{eunit_opts, [{report,{eunit_surefire,[{dir,"."}]}}]}.
{profiles, [
{test, [
{erl_opts, [{d, 'TEST'}, {d, 'EQC'}]},
{deps, [
{fqc, ".*", {git, "https://github.com/project-fifo/fqc.git", {tag, "0.1.4"}}}
]}
]
}]
}.