summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-05-07 09:58:32 -0500
committerTristan Sloughter <t@crashfast.com>2015-05-08 21:17:37 -0500
commitbacde15b48a3b4d6594777dd040430ae611f09e5 (patch)
tree83f02b767d7f56396526d9d0d26a4e14cc957c1b /rebar.config
parent964c57f96413f58d4447c785a2c7d43ccfffc5c6 (diff)
include debug_info when running tests of rebar3
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config6
1 files changed, 3 insertions, 3 deletions
diff --git a/rebar.config b/rebar.config
index d987fcb..876f725 100644
--- a/rebar.config
+++ b/rebar.config
@@ -42,9 +42,9 @@
{profiles, [{test,
[{deps, [
{meck, "", {git, "https://github.com/eproxus/meck.git", {tag, "0.8.2"}}}
- ]}
- ]
- },
+ ]},
+ {erl_opts, [debug_info]}
+ ]},
%% We don't want erlydtl to attempt to run on the first compile pass to bootstrap
{bootstrap, []}