Revision e770f0f13cdde69035f74569f9fd7a370abd934d authored by Pierre-Yves Strub on 09 November 2021, 15:36:49 UTC, committed by Pierre-Yves Strub on 09 November 2021, 15:36:49 UTC
the section mechanism has been refactored s.t. it provides
a more uniform interface where any kind of declaration
can be marked as local / declared and erased / generalized
when the section is closed.

Co-authored-by: Benjamin Grégoire <benjamin.gregoire@inria.fr>
Co-authored-by: Pierre-Yves Strub <pierre-yves@strub.nu>
1 parent b0e609d
Raw File
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