Mas i340 doublel3 d31 (#347)
* Double size of L4 files And double max efficient size of leveled_ebloom * Revert penciller shape But expand file size at L3 * More concise version Following code review * OTP 24 dialyzer fix Bindings intended to match - so don't use underscore * Allow eqc tests to work from `rebar3 as eqc shell` Then `eqc:quickcheck(leveled_statemeqc:prop_db()).` Plus markdown tidy
This commit is contained in:
parent
507bf63e22
commit
a0e9ac737c
5 changed files with 146 additions and 34 deletions
|
@ -78,8 +78,8 @@ In order to contribute to leveled, fork the repository, make a branch for your c
|
|||
|
||||
To have rebar3 execute the full set of tests, run:
|
||||
|
||||
`rebar3 as test do xref, dialyzer, cover --reset, eunit --cover, ct --cover, cover --verbose`
|
||||
```rebar3 as test do xref, dialyzer, cover --reset, eunit --cover, ct --cover, cover --verbose```
|
||||
|
||||
For those with a Quickcheck license, property-based tests can also be run using:
|
||||
|
||||
`rebar3 as eqc do eunit --module=leveled_simpleeqc, eunit --module=leveled_statemeqc`
|
||||
```rebar3 as eqc do eunit --module=leveled_simpleeqc, eunit --module=leveled_statemeqc```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue