Added eqcmini quickcheck library to lib/
This commit is contained in:
parent
8a574db360
commit
73194d7d28
21 changed files with 2075 additions and 0 deletions
7
lib/eqc/ebin/eqc.app
Normal file
7
lib/eqc/ebin/eqc.app
Normal file
|
@ -0,0 +1,7 @@
|
|||
{application,eqc,
|
||||
[{mod,{eqc,[]}},
|
||||
{description,"Quviq QuickCheck Mini"},
|
||||
{vsn,"1.0.1"},
|
||||
{modules,[eqc,eqc_gen,eqc_symbolic,eqc_warn]},
|
||||
{applications,[kernel,stdlib,inets]}]}.
|
||||
|
Reference in a new issue