summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Rutka <krzysztof.rutka@erlang-solutions.com>2013-03-25 09:30:46 +0100
committerKrzysztof Rutka <krzysztof.rutka@erlang-solutions.com>2013-03-25 09:30:46 +0100
commit5dfb6d635149559861cec4ca3e25d1434f8b53e0 (patch)
treeabf27f65c6d5199f4e5dfecbbd9e1a92464a618c
parent720d71e47dcc7ffffba032395611228e321e6fb9 (diff)
Add support for QuickCheck Mini
-rw-r--r--src/rebar_qc.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_qc.erl b/src/rebar_qc.erl
index 826ba9a..53a6f52 100644
--- a/src/rebar_qc.erl
+++ b/src/rebar_qc.erl
@@ -175,6 +175,7 @@ qc_module(QC=triq, _QCOpts, M) ->
Failed ->
[Failed]
end;
+qc_module(QC=eqc, [], M) -> QC:module(M);
qc_module(QC=eqc, QCOpts, M) -> QC:module(QCOpts, M).
find_prop_mods() ->