Skip to content

Commit

Permalink
Makefile,build: remove SSVM interpreter; project no longer exists
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
meowsbits committed Nov 7, 2022
1 parent c051c24 commit 2a9508c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,15 @@ test-coregeth: \
hera:
./build/hera.sh

ssvm:
./build/ssvm.sh

evmone:
./build/evmone.sh

aleth-interpreter:
./build/aleth-interpreter.sh

# Test EVMC support against various external interpreters.
test-evmc: hera ssvm evmone aleth-interpreter
test-evmc: hera evmone aleth-interpreter
go test -count 1 ./tests -run TestState -evmc.ewasm=$(ROOT_DIR)/build/_workspace/hera/build/src/libhera.so
go test -count 1 ./tests -run TestState -evmc.ewasm=$(ROOT_DIR)/build/_workspace/SSVM/build/tools/ssvm-evmc/libssvmEVMC.so
go test -count 1 ./tests -run TestState -evmc.evm=$(ROOT_DIR)/build/_workspace/evmone/lib/libevmone.so
go test -count 1 ./tests -run TestState -evmc.evm=$(ROOT_DIR)/build/_workspace/aleth/lib/libaleth-interpreter.so

Expand Down
13 changes: 0 additions & 13 deletions build/ssvm.sh

This file was deleted.

0 comments on commit 2a9508c

Please sign in to comment.