mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 11:06:20 +00:00
Add support for QuickCheck Mini
This commit is contained in:
parent
720d71e47d
commit
5dfb6d6351
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue