File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -510,7 +510,9 @@ tests/foundry/foundry.k.check: tests/foundry/out/kompiled/foundry.k
510
510
tests/foundry/out/kompiled/foundry.k : tests/foundry/out/kompiled/timestamp
511
511
512
512
tests/foundry/out/kompiled/foundry.k.prove : tests/foundry/out/kompiled/timestamp
513
- $(KEVM ) foundry-prove tests/foundry/out -j$(FOUNDRY_PAR ) $(KEVM_OPTS ) $(KPROVE_OPTS ) $(addprefix --exclude-test , $(shell cat tests/foundry/exclude) )
513
+ $(KEVM ) foundry-prove tests/foundry/out \
514
+ -j$(FOUNDRY_PAR ) --max-depth 1000 --no-simplify-init \
515
+ $(KEVM_OPTS ) $(KPROVE_OPTS ) $(addprefix --exclude-test , $(shell cat tests/foundry/exclude) )
514
516
515
517
tests/foundry/out/kompiled/timestamp : $(foundry_out ) $(KEVM_LIB ) /$(foundry_kompiled ) venv $(lemma_includes )
516
518
$(KEVM ) foundry-kompile $< $(KEVM_OPTS ) --verbose
You can’t perform that action at this time.
0 commit comments