diff options
author | chriseth <chris@ethereum.org> | 2016-12-07 18:28:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-07 18:28:29 +0800 |
commit | fd7561ed609c07ea38b8647982121d73be9224f7 (patch) | |
tree | 24c299be195f8acb686609e8901b0a1eec41c4f4 /test/TestHelper.h | |
parent | b201e148fad222b1a1fe276211126305026e6168 (diff) | |
parent | d1c71b78268e56ad0c98c8c71325c8a7b399b604 (diff) | |
download | dexon-solidity-fd7561ed609c07ea38b8647982121d73be9224f7.tar.gz dexon-solidity-fd7561ed609c07ea38b8647982121d73be9224f7.tar.zst dexon-solidity-fd7561ed609c07ea38b8647982121d73be9224f7.zip |
Merge pull request #1490 from ethereum/debugMessages
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(); |