https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 74142f249214f66295495f22b58c5d2cc411448f authored by Pierre-Yves Strub on 10 June 2020, 14:14:07 UTC
Merge branch '1.0' into deploy-theory-matrix-ring
Tip revision: 74142f2
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