Skip to content

Commit 2a9508c

Browse files
committed
Makefile,build: remove SSVM interpreter; project no longer exists
Original https://github.com/second-state/SSVM redirects to https://github.com/WasmEdge/WasmEdge. Date: 2022-11-07 13:15:09-08:00 Signed-off-by: meows <[email protected]>
1 parent c051c24 commit 2a9508c

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,15 @@ test-coregeth: \
4848
hera:
4949
./build/hera.sh
5050

51-
ssvm:
52-
./build/ssvm.sh
53-
5451
evmone:
5552
./build/evmone.sh
5653

5754
aleth-interpreter:
5855
./build/aleth-interpreter.sh
5956

6057
# Test EVMC support against various external interpreters.
61-
test-evmc: hera ssvm evmone aleth-interpreter
58+
test-evmc: hera evmone aleth-interpreter
6259
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
6460
go test -count 1 ./tests -run TestState -evmc.evm=$(ROOT_DIR)/build/_workspace/evmone/lib/libevmone.so
6561
go test -count 1 ./tests -run TestState -evmc.evm=$(ROOT_DIR)/build/_workspace/aleth/lib/libaleth-interpreter.so
6662

build/ssvm.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)