rebar script: use eunit_surefire to generate XML output

This commit is contained in:
Harald Welte 2011-11-11 23:28:55 +01:00
parent 10d77cd53a
commit b819e2429f
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@
{deps, [
{epcap, "0.03", {git, "git://git.osmocom.org/erlang/epcap", "master"}}
]}.
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.