microsoft / verisol

A formal verifier and analysis tool for Solidity Smart Contracts
Other
245 stars 46 forks source link

Translator flags added to regression #218

Closed ellab123 closed 4 years ago

ellab123 commented 4 years ago

To run a regression test T with /useModularArithmetic flag, add the following line to the T.json file: "TranslatorOptions": "/useModularArithmetic"

If the same test T has to run with both /useModularArithmetic and without it, create two tests: T.sol TMod.sol and add separate files T.json and TMod.json.

shuvendu-lahiri commented 4 years ago

Addresses #208