Skip to content

Commit 6a29c79

Browse files
committed
[build]: configure the provers via easycrypt.project
1 parent cf68b25 commit 6a29c79

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ ECARGS ?=
66
ECTOUT ?= 10
77
ECJOBS ?= 0
88
ECEXTRA ?= --report=report.log
9-
109
CHECKPY ?=
1110
CHECK := $(CHECKPY) scripts/testing/runtest
1211
CHECK += --bin=./ec.native
1312
CHECK += --jobs="$(ECJOBS)"
14-
CHECK += $(foreach prover,$(ECPROVERS),--bin-args=-p --bin-args="$(prover)")
1513
CHECK += --bin-args=-timeout --bin-args="$(ECTOUT)"
1614
CHECK += $(foreach arg,$(ECARGS),--bin-args="$(arg)")
1715
CHECK += $(ECEXTRA) config/tests.config

easycrypt.project

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[general]
2+
3+
4+

0 commit comments

Comments
 (0)