https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: f6574ffbdd2a21ccf370f965c89d4f3373e51090 authored by François Dupressoir on 16 May 2022, 11:48:54 UTC
make axiomatized operators `nosmt` by default
Tip revision: f6574ff
tests.config
[default]
bin = ./ec.native

[test-prelude]
args   = -boot
okdirs = theories/prelude

[test-stdlib]
okdirs  = !theories
exclude = theories/prelude theories/oldlibs

[test-examples]
okdirs  = !examples
exclude = examples/MEE-CBC examples/old examples/old/list-ddh !examples/incomplete examples/to-port

[test-mee-cbc]
okdirs = examples/MEE-CBC
back to top