port to rebar3

This commit is contained in:
Harald Welte 2019-08-11 14:33:18 +02:00
parent 48c07f08b1
commit be87545011
2 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,8 @@
]},
{registered, [osmo_ss7_app]},
{mod, {osmo_ss7_app, []}},
{applications, []},
{applications, [kernel,
stdlib]},
{env, [
]}
]}.

View File

@ -1,6 +1,6 @@
{erl_opts, [debug_info]}.
{sub_dirs, ["rel"]}.
{deps, [
{epcap, "0.03", {git, "git://git.osmocom.org/erlang/epcap", "master"}}
{epcap, "0.7.9", {git, "https://github.com/msantos/epcap", {branch, "master"}}}
]}.
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.