mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Option to show messages in tests.
This commit is contained in:
@@ -106,6 +106,7 @@ namespace test
|
||||
struct Options: boost::noncopyable
|
||||
{
|
||||
std::string ipcPath;
|
||||
bool showMessages = false;
|
||||
bool optimize = false;
|
||||
|
||||
static Options const& get();
|
||||
|
||||
Reference in New Issue
Block a user