aboutsummaryrefslogtreecommitdiffstats
path: root/test/TestHelper.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/TestHelper.h
parentb201e148fad222b1a1fe276211126305026e6168 (diff)
downloaddexon-solidity-86953ca3e48bc9620e8d34ae965ba1fa65aaf4eb.tar
dexon-solidity-86953ca3e48bc9620e8d34ae965ba1fa65aaf4eb.tar.gz
dexon-solidity-86953ca3e48bc9620e8d34ae965ba1fa65aaf4eb.tar.bz2
dexon-solidity-86953ca3e48bc9620e8d34ae965ba1fa65aaf4eb.tar.lz
dexon-solidity-86953ca3e48bc9620e8d34ae965ba1fa65aaf4eb.tar.xz
dexon-solidity-86953ca3e48bc9620e8d34ae965ba1fa65aaf4eb.tar.zst
dexon-solidity-86953ca3e48bc9620e8d34ae965ba1fa65aaf4eb.zip
Option to show messages in tests.
Diffstat (limited to 'test/TestHelper.h')
-rw-r--r--test/TestHelper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TestHelper.h b/test/TestHelper.h
index afe4a68f..8f05eead 100644
--- a/test/TestHelper.h
+++ b/test/TestHelper.h
@@ -106,6 +106,7 @@ namespace test
struct Options: boost::noncopyable
{
std::string ipcPath;
+ bool showMessages = false;
bool optimize = false;
static Options const& get();