summaryrefslogtreecommitdiff
path: root/test/rebar_new_SUITE_data/plugin_tpl/rebar.config
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-12-21 16:23:44 -0600
committerTristan Sloughter <t@crashfast.com>2015-12-21 16:23:44 -0600
commitd7def6e9ffbbe21ce8a3b4f9e56d344ad2e417a9 (patch)
tree057af3495ed7436b487928c785cffd9b69f9defd /test/rebar_new_SUITE_data/plugin_tpl/rebar.config
parentfe470e534ccc22d153ca9005d7dd4c1f85447140 (diff)
parent44a30ca52f3c74d19007fd0433f6192fa4ccca79 (diff)
Merge pull request #987 from ferd/plugin-templates
Plugin templates
Diffstat (limited to 'test/rebar_new_SUITE_data/plugin_tpl/rebar.config')
-rw-r--r--test/rebar_new_SUITE_data/plugin_tpl/rebar.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/rebar_new_SUITE_data/plugin_tpl/rebar.config b/test/rebar_new_SUITE_data/plugin_tpl/rebar.config
new file mode 100644
index 0000000..74d1fc5
--- /dev/null
+++ b/test/rebar_new_SUITE_data/plugin_tpl/rebar.config
@@ -0,0 +1,3 @@
+{erl_opts, [debug_info]}.
+{deps, []}.
+{plugins, [tpl]}.