Skip to content

Commit

Permalink
Add support for QuickCheck Mini
Browse files Browse the repository at this point in the history
  • Loading branch information
rpt committed Mar 25, 2013
1 parent 720d71e commit 5dfb6d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rebar_qc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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() ->
Expand Down

0 comments on commit 5dfb6d6

Please sign in to comment.