In order to run QuickCheck you will need a license and to install QuickCheck.
Download QuickCheck from http://quviq-licencer.com/downloads/eqc.zip
Unzip the file and CD Into the directory
as Root
erl
> eqc:install().
As your user in Erlang
> eqc:registration("LICENCE ID").
QuickCheck properties are in application directories eqc
. There is a
user_default.erl
file that has a few useful commands in it. To run
the QuickCheck properties from the Erlang shell type the command
eqc()
.
run rebar3 eqc
(Not yet working)