File tree Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -48,19 +48,15 @@ test-coregeth: \
48
48
hera :
49
49
./build/hera.sh
50
50
51
- ssvm :
52
- ./build/ssvm.sh
53
-
54
51
evmone :
55
52
./build/evmone.sh
56
53
57
54
aleth-interpreter :
58
55
./build/aleth-interpreter.sh
59
56
60
57
# Test EVMC support against various external interpreters.
61
- test-evmc : hera ssvm evmone aleth-interpreter
58
+ test-evmc : hera evmone aleth-interpreter
62
59
go test -count 1 ./tests -run TestState -evmc.ewasm=$(ROOT_DIR ) /build/_workspace/hera/build/src/libhera.so
63
- go test -count 1 ./tests -run TestState -evmc.ewasm=$(ROOT_DIR ) /build/_workspace/SSVM/build/tools/ssvm-evmc/libssvmEVMC.so
64
60
go test -count 1 ./tests -run TestState -evmc.evm=$(ROOT_DIR ) /build/_workspace/evmone/lib/libevmone.so
65
61
go test -count 1 ./tests -run TestState -evmc.evm=$(ROOT_DIR ) /build/_workspace/aleth/lib/libaleth-interpreter.so
66
62
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments