diff options
author | chriseth <chris@ethereum.org> | 2017-04-26 17:53:44 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-04-26 18:36:15 +0800 |
commit | ea6d925a5da79288bc2a3197c30f11c895a07a1a (patch) | |
tree | 5800ca7ad764c2a989a7b3950d7bf882cd766b06 /test/TestHelper.h | |
parent | 89bb8cbd6a12b4e42b7f00ea6aa64bf738d7a263 (diff) | |
download | dexon-solidity-ea6d925a5da79288bc2a3197c30f11c895a07a1a.tar.gz dexon-solidity-ea6d925a5da79288bc2a3197c30f11c895a07a1a.tar.zst dexon-solidity-ea6d925a5da79288bc2a3197c30f11c895a07a1a.zip |
Option to disable/remove all tests that require IPC.
Diffstat (limited to 'test/TestHelper.h')
-rw-r--r-- | test/TestHelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TestHelper.h b/test/TestHelper.h index 8f05eead..3e74b54c 100644 --- a/test/TestHelper.h +++ b/test/TestHelper.h @@ -108,6 +108,7 @@ struct Options: boost::noncopyable std::string ipcPath; bool showMessages = false; bool optimize = false; + bool disableIPC = false; static Options const& get(); |