Current section
Files
Jump to
Current section
Files
libsnarlmatch
rebar.config
rebar.config
%% -*- erlang -*-
{sub_dirs, []}.
{cover_enabled, true}.
{erl_opts, [debug_info, warnings_as_errors]}.
{edoc_opts, [{dir, "doc"}]}.
{eunit_opts, [{report,{eunit_surefire,[{dir,"."}]}}]}.
{deps, [
{fqc, "0.1.5"}
]}.