summaryrefslogtreecommitdiffstats
path: root/rebar.config
blob: 91a446ea402213eb165b3204da5db9ad54055694 (plain)
1
2
3
4
5
6
{erl_opts, [debug_info]}.
{sub_dirs, ["rel"]}. 
{deps, [
        {epcap, "0.03", {git, "git://git.osmocom.org/erlang/epcap", "master"}}
	]}.
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.