summaryrefslogtreecommitdiff
path: root/test/rebar_new_SUITE_data/plugin_tpl/src/plugin_tpl.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/rebar_new_SUITE_data/plugin_tpl/src/plugin_tpl.erl')
-rw-r--r--test/rebar_new_SUITE_data/plugin_tpl/src/plugin_tpl.erl13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/rebar_new_SUITE_data/plugin_tpl/src/plugin_tpl.erl b/test/rebar_new_SUITE_data/plugin_tpl/src/plugin_tpl.erl
new file mode 100644
index 0000000..406bd97
--- /dev/null
+++ b/test/rebar_new_SUITE_data/plugin_tpl/src/plugin_tpl.erl
@@ -0,0 +1,13 @@
+-module('plugin_tpl').
+
+%% API exports
+-export([]).
+
+%%====================================================================
+%% API functions
+%%====================================================================
+
+
+%%====================================================================
+%% Internal functions
+%%====================================================================