https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: ad13f303891362cc4ea345dea1b57dc70f3bac62 authored by Christian Doczkal on 21 February 2023, 16:17:11 UTC
[theories]: add various individual lemmas
Tip revision: ad13f30
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