EasyCrypt / easycrypt

EasyCrypt: Computer-Aided Cryptographic Proofs
MIT License
321 stars 49 forks source link

[runtest]: new CLI argument --bin #434

Closed strub closed 1 year ago

strub commented 1 year ago

This argument tells runtest which binary to use for EasyCrypt.

It takes precedence over what is found in the INI file (in default/bin).

Moreover, easycrypt runtest automatically set --bin to itself. This allows to select the correct version of EasyCrypt without having to tweak the INI file accordingly.