osmo_ss7/rebar.config

9 lines
393 B
Plaintext
Raw Normal View History

{erl_opts, [debug_info]}.
{sub_dirs, ["rel"]}.
2011-03-11 14:50:13 +00:00
{deps, [
{pkt, ".*", {git, "https://github.com/msantos/pkt", {branch, "master"}}},
{epcap, "0.7.9", {git, "https://github.com/msantos/epcap", {branch, "master"}}},
{parse_trans, ".*", {git, "https://github.com/uwiger/parse_trans", {branch, "master"}}}
2011-03-11 14:50:13 +00:00
]}.
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.