https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 27c52db9873e7413e9a8f99b8c310907dbdd8405 authored by François Dupressoir on 07 July 2020, 16:39:30 UTC
Try out a non-branching version of core ROM
Tip revision: 27c52db
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