Skip to content

Commit

Permalink
[build]: configure the provers via easycrypt.project
Browse files Browse the repository at this point in the history
  • Loading branch information
strub committed Jul 19, 2024
1 parent cf68b25 commit 6a29c79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ ECARGS ?=
ECTOUT ?= 10
ECJOBS ?= 0
ECEXTRA ?= --report=report.log
ECPROVERS ?= [email protected] [email protected] [email protected]
CHECKPY ?=
CHECK := $(CHECKPY) scripts/testing/runtest
CHECK += --bin=./ec.native
CHECK += --jobs="$(ECJOBS)"
CHECK += $(foreach prover,$(ECPROVERS),--bin-args=-p --bin-args="$(prover)")
CHECK += --bin-args=-timeout --bin-args="$(ECTOUT)"
CHECK += $(foreach arg,$(ECARGS),--bin-args="$(arg)")
CHECK += $(ECEXTRA) config/tests.config
Expand Down
4 changes: 4 additions & 0 deletions easycrypt.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[general]
provers = [email protected]
provers = [email protected]
provers = [email protected]

0 comments on commit 6a29c79

Please sign in to comment.