aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionFramework.h
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-12-07 01:38:59 +0800
committerchriseth <c@ethdev.com>2016-12-07 05:31:20 +0800
commit86953ca3e48bc9620e8d34ae965ba1fa65aaf4eb (patch)
tree4d9f1b5a771cc5705f5f2978a479bb61bbe10160 /test/ExecutionFramework.h
parentb201e148fad222b1a1fe276211126305026e6168 (diff)
downloaddexon-solidity-86953ca3e48bc9620e8d34ae965ba1fa65aaf4eb.tar.gz
dexon-solidity-86953ca3e48bc9620e8d34ae965ba1fa65aaf4eb.tar.zst
dexon-solidity-86953ca3e48bc9620e8d34ae965ba1fa65aaf4eb.zip
Option to show messages in tests.
Diffstat (limited to 'test/ExecutionFramework.h')
-rw-r--r--test/ExecutionFramework.h1
1 files changed, 1 insertions, 0 deletions
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;