File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -32,16 +32,19 @@ build-wasm() {
32
32
generate-evm () {
33
33
cd $KORE /evm-semantics
34
34
35
- kollect test-pop1 env MODE=VMTESTS SCHEDULE=DEFAULT \
35
+ kollect test-pop1 \
36
36
kevm run --backend haskell \
37
+ --mode VMTESTS --schedule DEFAULT \
37
38
tests/ethereum-tests/VMTests/vmIOandFlowOperations/pop1.json
38
39
39
- kollect test-add0 env MODE=VMTESTS SCHEDULE=DEFAULT \
40
+ kollect test-add0 env \
40
41
kevm run --backend haskell \
42
+ --mode VMTESTS --schedule DEFAULT \
41
43
tests/ethereum-tests/VMTests/vmArithmeticTest/add0.json \
42
44
43
- kollect test-sumTo10 env MODE=VMTESTS SCHEDULE=DEFAULT \
45
+ kollect test-sumTo10 \
44
46
kevm run --backend haskell \
47
+ --mode VMTESTS --schedule DEFAULT \
45
48
tests/interactive/sumTo10.evm \
46
49
47
50
for search in \
You can’t perform that action at this time.
0 commit comments