This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Merge pull request
#75
from rpt/master
Support for QuickCheck Mini
pull/3/head
Dave Smith
12 years ago
parent
e792a6426f
5dfb6d6351
commit
6cd982c897
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
(
)
-
>
Write
Preview
Loading…
Cancel
Save