summaryrefslogtreecommitdiff
path: root/rebar.config.sample
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2011-03-26 17:56:54 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-07-23 16:22:06 +0200
commite75a97ad3328413d9ddbb91c75070c038c5b7875 (patch)
treeaec9c84b36f201cd55236373ab4226712d470f78 /rebar.config.sample
parent902dcdf3ff490cfde012864c8db4cf415e882e2e (diff)
downloadrebar-e75a97ad3328413d9ddbb91c75070c038c5b7875.tar.gz
Add 'qc' cmd and rename eunit-compile to test-compile
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 0e846f9..9082808 100644
--- a/rebar.config.sample
+++ b/rebar.config.sample
@@ -88,6 +88,11 @@
%% Option to use short names (i.e., -sname test) when starting ct
{ct_use_short_names, true}.
+%% == QuickCheck ==
+
+%% If qc_mod is unspecified, rebar tries to detect Triq or EQC
+{qc_opts, [{qc_mod, module()}, Options]}.
+
%% == Cleanup ==
%% Which files to cleanup