summaryrefslogtreecommitdiff
path: root/test/rebar_new_SUITE_data/.rebar3/templates/app/rebar.config.dtl
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2014-12-23 12:32:58 -0500
committerFred Hebert <mononcqc@ferd.ca>2014-12-23 12:32:58 -0500
commitcd6281043111ed9fd189dd1af1f9f8a756eb3093 (patch)
treeb2af067090c3e8153257cd04ce262f9ed7abed86 /test/rebar_new_SUITE_data/.rebar3/templates/app/rebar.config.dtl
parente81e6d2e31bf59e2f5ecd25c5f7c2f7a8dafd4e2 (diff)
parentd25838ff69e3c99cce96cb4e21055eef9e85aa06 (diff)
Merge pull request #72 from rebar/template-tests-subdirs
Add support for custom templates in subdirectories
Diffstat (limited to 'test/rebar_new_SUITE_data/.rebar3/templates/app/rebar.config.dtl')
-rw-r--r--test/rebar_new_SUITE_data/.rebar3/templates/app/rebar.config.dtl2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rebar_new_SUITE_data/.rebar3/templates/app/rebar.config.dtl b/test/rebar_new_SUITE_data/.rebar3/templates/app/rebar.config.dtl
new file mode 100644
index 0000000..f618f3e
--- /dev/null
+++ b/test/rebar_new_SUITE_data/.rebar3/templates/app/rebar.config.dtl
@@ -0,0 +1,2 @@
+{erl_opts, [debug_info]}.
+{deps, []}. \ No newline at end of file