summaryrefslogtreecommitdiffstats
path: root/rebar.config
blob: 8e5debe51ff9457d2153484e92d8291d81f31a97 (plain)
1
2
3
4
5
6
{erl_opts, [debug_info]}.
{sub_dirs, ["rel"]}. 
{deps, [
        {epcap, "0.7.9", {git, "https://github.com/msantos/epcap", {branch, "master"}}}
	]}.
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.