summaryrefslogtreecommitdiffstats
path: root/src/ct_helper.app.src
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-05-01 16:03:27 +0200
committerLoïc Hoguin <[email protected]>2013-05-01 16:39:35 +0200
commit117cb7171106aba8fe7028fbf9ed07a037778bcd (patch)
tree36840b3c95921198672b16c9d32d416829ca26a0 /src/ct_helper.app.src
downloadct_helper-117cb7171106aba8fe7028fbf9ed07a037778bcd.tar.gz
ct_helper-117cb7171106aba8fe7028fbf9ed07a037778bcd.tar.bz2
ct_helper-117cb7171106aba8fe7028fbf9ed07a037778bcd.zip
Initial commit
Diffstat (limited to 'src/ct_helper.app.src')
-rw-r--r--src/ct_helper.app.src24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ct_helper.app.src b/src/ct_helper.app.src
new file mode 100644
index 0000000..90566c5
--- /dev/null
+++ b/src/ct_helper.app.src
@@ -0,0 +1,24 @@
+%% Copyright (c) 2013, Loïc Hoguin <[email protected]>
+%%
+%% Permission to use, copy, modify, and/or distribute this software for any
+%% purpose with or without fee is hereby granted, provided that the above
+%% copyright notice and this permission notice appear in all copies.
+%%
+%% THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+%% WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+%% MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+%% ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+%% WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+%% ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+{application, ct_helper, [
+ {description, "Helper modules for common_test suites."},
+ {vsn, "0.1.0"},
+ {modules, []},
+ {registered, []},
+ {applications, [
+ kernel,
+ stdlib
+ ]}
+]}.