Add support for QuickCheck Mini

This commit is contained in:
Krzysztof Rutka 2013-03-25 09:30:46 +01:00
parent 720d71e47d
commit 5dfb6d6351

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