https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 955e909402cf7a5dc3dc55e4de13bbf373edd920 authored by Pierre-Yves Strub on 30 July 2015, 08:20:28 UTC
NewList: last_ -> last.
Tip revision: 955e909
tests.config
[default]
bin  = ./ec.native

[test-unit]
okdirs  = tests/*/success
kodirs  = tests/*/fail
exclude = tests/pbhl/success tests/pbhl/failure

[test-prelude]
args   = -p Eprover -p Alt-Ergo -p Z3 -boot
okdirs = theories/prelude

[test-core]
args   = -p Eprover -p Alt-Ergo -p Z3
okdirs = theories/core

[test-theories]
args   = -p Eprover -p Alt-Ergo -p Z3
okdirs = theories

[test-encryption]
args   = -p Eprover -p Alt-Ergo -p Z3
okdirs = theories/encryption

[test-newth]
args   = -p Eprover -p Alt-Ergo -p Z3
okdirs = theories/newth

[test-realized]
args   = -p Eprover -p Alt-Ergo -p Z3
okdirs = theories/realizations

[test-examples]
okdirs = examples
back to top