aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.tests.config
diff options
context:
space:
mode:
Diffstat (limited to 'rebar.tests.config')
-rw-r--r--rebar.tests.config7
1 files changed, 7 insertions, 0 deletions
diff --git a/rebar.tests.config b/rebar.tests.config
new file mode 100644
index 0000000..14daa1d
--- /dev/null
+++ b/rebar.tests.config
@@ -0,0 +1,7 @@
+{cover_enabled, true}.
+{deps, [
+ {proper, "1.0",
+ {git, "git://github.com/manopapad/proper.git", {tag, "v1.0"}}}
+]}.
+{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
+{erl_opts, []}.