Skip to content

Commit

Permalink
Merge pull request OCamlPro#2 from maroneze/multicore
Browse files Browse the repository at this point in the history
Add monocypher to frama-c bench
  • Loading branch information
kayceesrk authored Sep 24, 2018
2 parents 0e1c474 + 887f628 commit 7242476
Show file tree
Hide file tree
Showing 10 changed files with 20,276 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
share : [
"frama-c-deflate.bench"
"frama-c-idct.bench"
"frama-c-monocypher.bench"
"t.c"
"idct/idct.c" {"idct/idct.c"}
"idct/ieee_1180_1990.c" {"idct/ieee_1180_1990.c"}
"math.c"
"math.h"
"monocypher/monocypher.c" {"monocypher/monocypher.c"}
"monocypher/monocypher.h" {"monocypher/monocypher.h"}
"monocypher/sha512.c" {"monocypher/sha512.c"}
"monocypher/sha512.h" {"monocypher/sha512.h"}
"monocypher/tests/test.c" {"monocypher/tests/test.c"}
"monocypher/tests/utils.h" {"monocypher/tests/utils.h"}
"monocypher/tests/vectors.h" {"monocypher/tests/vectors.h"}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
((name frama-c-monocypher)
(descr "frama-c (eva plug-in) on monocypher 2.0.5")
(cmd
(%{bin}%/frama-c %{frama-c-bench:share}%/monocypher/monocypher.c %{frama-c-bench:share}%/monocypher/sha512.c %{frama-c-bench:share}%/monocypher/tests/test.c -val -journal-disable -no-val-show-progress -value-msg-key=-initial-state,-final-states -value-warn-key=-alarm -value-verbose 0))
(speed Slow))
Loading

0 comments on commit 7242476

Please sign in to comment.