aboutsummaryrefslogtreecommitdiffstats
path: root/vm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vm.cpp')
-rw-r--r--vm.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/vm.cpp b/vm.cpp
index 1ba54d30..55299f90 100644
--- a/vm.cpp
+++ b/vm.cpp
@@ -343,7 +343,7 @@ public:
Transactions txs;
};
-#define CREATE_TESTS 1
+#define CREATE_TESTS 0
template <> class UnitTest<1>
{
@@ -446,6 +446,7 @@ public:
int vmTest()
{
+ cnote << "Testing VM...";
return UnitTest<1>()();
}