Skip to content

Commit

Permalink
create individual proof targets
Browse files Browse the repository at this point in the history
for specification security, specification correctness, and
implementation correctness
  • Loading branch information
fdupress authored and strub committed Jul 20, 2024
1 parent 5358a27 commit d4c59cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- Makefile -*-

# --------------------------------------------------------------------
ECCONF := config/tests.config
ECCONF := config/tests.config
CHECKS ?= mlkem

# --------------------------------------------------------------------
Expand Down
9 changes: 9 additions & 0 deletions config/tests.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
[test-mlkem]
okdirs = !proof
exclude = !proof/attic

[test-mlkem-spec-sec]
okdirs = proof/security

[test-mlkem-spec-corr]
okdirs = proof/spec

[test-mlkem-impl-corr]
okdirs = !proof/correctness !proof/eclib

0 comments on commit d4c59cf

Please sign in to comment.