aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/evm/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/evm/main.go')
-rw-r--r--cmd/evm/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/evm/main.go b/cmd/evm/main.go
index a2e3b048e..6c39cf8b8 100644
--- a/cmd/evm/main.go
+++ b/cmd/evm/main.go
@@ -143,6 +143,7 @@ func init() {
compileCommand,
disasmCommand,
runCommand,
+ stateTestCommand,
}
}