https://github.com/EasyCrypt/easycrypt
Revision 50dae1bad197bc9ca4c7c574699013d32824922d authored by Pierre-Yves Strub on 21 November 2021, 16:30:31 UTC, committed by Pierre-Yves Strub on 21 November 2021, 16:30:31 UTC
1 parent 3476312
Raw File
Tip revision: 50dae1bad197bc9ca4c7c574699013d32824922d authored by Pierre-Yves Strub on 21 November 2021, 16:30:31 UTC
[build] install runtest (as ec-runtest)
Tip revision: 50dae1b
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