From 6b979705304af00344bb26babc23d02ae8843516 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sun, 24 Aug 2014 13:39:59 -0500 Subject: add some templates --- priv/templates/simple_SUITE.template | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 priv/templates/simple_SUITE.template (limited to 'priv/templates/simple_SUITE.template') diff --git a/priv/templates/simple_SUITE.template b/priv/templates/simple_SUITE.template new file mode 100644 index 0000000..843cce7 --- /dev/null +++ b/priv/templates/simple_SUITE.template @@ -0,0 +1,7 @@ +{variables, [{test, "mytest"} + ,{copyright_year, "2014"} + ,{copyright_holder, "Geoff Cant"} + ,{author_name, "Geoff Cant"} + ,{author_email, "nem@erlang.geek.nz"} + ]}. +{template, "simple_SUITE.erl", "test/{{test}}_SUITE.erl"}. -- cgit v1.1