diff options
author | chriseth <c@ethdev.com> | 2016-12-07 01:38:59 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-12-07 05:31:20 +0800 |
commit | 86953ca3e48bc9620e8d34ae965ba1fa65aaf4eb (patch) | |
tree | 4d9f1b5a771cc5705f5f2978a479bb61bbe10160 /test/TestHelper.h | |
parent | b201e148fad222b1a1fe276211126305026e6168 (diff) | |
download | dexon-solidity-86953ca3e48bc9620e8d34ae965ba1fa65aaf4eb.tar.gz 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.h | 1 |
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(); |