From 86953ca3e48bc9620e8d34ae965ba1fa65aaf4eb Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 6 Dec 2016 18:38:59 +0100 Subject: Option to show messages in tests. --- test/ExecutionFramework.h | 1 + 1 file changed, 1 insertion(+) (limited to 'test/ExecutionFramework.h') diff --git a/test/ExecutionFramework.h b/test/ExecutionFramework.h index f47f2743..733fd56d 100644 --- a/test/ExecutionFramework.h +++ b/test/ExecutionFramework.h @@ -281,6 +281,7 @@ protected: unsigned m_optimizeRuns = 200; bool m_optimize = false; + bool m_showMessages = false; Address m_sender; Address m_contractAddress; u256 const m_gasPrice = 100 * szabo; -- cgit