Browse Source

Merge pull request #75 from rpt/master

Support for QuickCheck Mini
pull/3/head
Dave Smith 12 years ago
parent
commit
6cd982c897
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/rebar_qc.erl

+ 1
- 0
src/rebar_qc.erl View File

@ -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() ->

Loading…
Cancel
Save