add rebar.config

This commit is contained in:
Harald Welte 2011-11-11 23:31:27 +01:00
parent abf1603e5c
commit b07fd4ad93
1 changed files with 3 additions and 0 deletions

3
rebar.config Normal file
View File

@ -0,0 +1,3 @@
{erl_opts, [debug_info]}.
{sub_dirs, ["rel"]}.
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.