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
@@ -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;