eqc_ex v1.4.2 Mix.Tasks.Eqc.Install
A Mix task for installing QuickCheck as a local archive. Note that you need a QuickCheck licence to be able to run the full version of QuickCheck (mailto: support@quviq.com to purchase one). QuickCheck Mini is Quviq’s free version of QuickCheck.
We do not follow the strict local archive rules and also create include
and some other directories needed to make QuickCheck work well. But, one can uninstall with mix archive.uninstall
for each created archive.
Alternatively, one can uninstall QuickCheck with mix eqc.uninstall
.
Options
--mini
- Install QuickCheck Mini. Default is to install full version.--version
- Provide version number for specific QuickCheck to install--force
- Overwrites already installed version of QuickCheck
Examples
mix eqc.install --mini
mix eqc.install --version 1.38.1
mix eqc.install --force --version 1.39.1 Downloads/programs/
Summary
Functions
Callback implementation for Mix.Task.run/1
Functions
Callback implementation for Mix.Task.run/1
.