From a2f6a1747018942c540eaf382c87107febb006b4 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 28 Feb 2014 12:55:30 +0000 Subject: Tests. --- vm.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vm.cpp') 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>()(); } -- cgit