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