Option to disable/remove all tests that require IPC.

This commit is contained in:
chriseth
2017-04-26 12:36:15 +02:00
parent 89bb8cbd6a
commit ea6d925a5d
3 changed files with 33 additions and 3 deletions
+1
View File
@@ -108,6 +108,7 @@ struct Options: boost::noncopyable
std::string ipcPath;
bool showMessages = false;
bool optimize = false;
bool disableIPC = false;
static Options const& get();