https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 47eae0fced6c6a52facb122434c9e0e64649e0ad authored by Pierre Boutry on 22 March 2023, 17:01:57 UTC
remove trailing whitespaces
Tip revision: 47eae0f
tests.config
[default]
bin = ./ec.native

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

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

[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