summaryrefslogtreecommitdiff
path: root/rebar.config.sample
diff options
context:
space:
mode:
authorTim Watson <watson.timothy@gmail.com>2011-04-06 17:47:29 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2011-04-06 20:11:13 +0200
commit2d385970bf3d1d0b153b9a324c524eb7a78c514a (patch)
treefa74189ec76dc6462dd8a9b48c4e47427d272f5f /rebar.config.sample
parent9c0ed1057a57ca2fbe29219dcec690a6702ae743 (diff)
Pass extra params to ct (thanks Mickael Remond)
This patch adds a `ct_extra_params` option to rebar.config, the value of which is appended to the shell command when executing common test.
Diffstat (limited to 'rebar.config.sample')
-rw-r--r--rebar.config.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/rebar.config.sample b/rebar.config.sample
index 61919ca..8b9a90f 100644
--- a/rebar.config.sample
+++ b/rebar.config.sample
@@ -75,6 +75,11 @@
%% Whether to print coverage report to console. Default is `false'
{cover_print_enabled, false}.
+%% == Common Test ==
+
+%% Option to pass extra parameters when launching Common Test
+{ct_extra_params, "-boot start_sasl -s myapp"}.
+
%% == Dialyzer ==
%% Options for running dialyzer