Option to show messages in tests.

This commit is contained in:
chriseth
2016-12-06 22:31:20 +01:00
parent b201e148fa
commit 86953ca3e4
4 changed files with 15 additions and 0 deletions
+1
View File
@@ -106,6 +106,7 @@ namespace test
struct Options: boost::noncopyable
{
std::string ipcPath;
bool showMessages = false;
bool optimize = false;
static Options const& get();