aboutsummaryrefslogtreecommitdiff
path: root/ttt/rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'ttt/rebar.config')
-rw-r--r--ttt/rebar.config7
1 files changed, 7 insertions, 0 deletions
diff --git a/ttt/rebar.config b/ttt/rebar.config
new file mode 100644
index 0000000..59700d5
--- /dev/null
+++ b/ttt/rebar.config
@@ -0,0 +1,7 @@
+{erl_opts, [debug_info]}.
+{deps, [
+]}.
+
+{shell, [
+ {apps, [ttt]}
+]}.