aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 356ed70f..dc6faa2d 100644
--- a/main.cpp
+++ b/main.cpp
@@ -27,6 +27,7 @@ int rlpTest();
int daggerTest();
int cryptoTest();
int stateTest();
+int vmTest();
int hexPrefixTest();
int peerTest(int argc, char** argv);
@@ -46,6 +47,7 @@ int main(int argc, char** argv)
trieTest();
daggerTest();
cryptoTest();
+ vmTest();
// stateTest();
// peerTest(argc, argv);
return 0;