aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-11-11 23:31:27 +0100
committerHarald Welte <laforge@gnumonks.org>2011-11-11 23:31:27 +0100
commitb07fd4ad93d5daffef8c8bc85dc7d35345f989fa (patch)
treed26e6ba5bc7049e047b967e4cecbdfe5588d2f7e
parentabf1603e5c2178871290dbd6371ea4b481e7092d (diff)
add rebar.config
-rw-r--r--rebar.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
new file mode 100644
index 0000000..7851051
--- /dev/null
+++ b/rebar.config
@@ -0,0 +1,3 @@
+{erl_opts, [debug_info]}.
+{sub_dirs, ["rel"]}.
+{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.