diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-08-24 13:39:59 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-08-24 13:39:59 -0500 |
commit | 6b979705304af00344bb26babc23d02ae8843516 (patch) | |
tree | abd272f2f840f54443c0d64cce5ae3e4772f39eb /priv/templates/simple_SUITE.template | |
parent | c7313a59805efcd7eff946c6290a452cb9252bc3 (diff) |
add some templates
Diffstat (limited to 'priv/templates/simple_SUITE.template')
-rw-r--r-- | priv/templates/simple_SUITE.template | 7 |
1 files changed, 7 insertions, 0 deletions
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"}. |