diff options
author | Gav Wood <g@ethdev.com> | 2015-06-02 15:30:37 +0800 |
---|---|---|
committer | Gav Wood <g@ethdev.com> | 2015-06-02 15:30:37 +0800 |
commit | 8f3e1cd127a75a2f877b8ef1e727d07a76f0cfa9 (patch) | |
tree | 81c8ad507707199363c0a12ed606d7c76138f355 /TestHelper.h | |
parent | 83de079e9662ffe0838378a0bfef82b792328068 (diff) | |
parent | 289760ccd97558f1516eba63feddd76bcdef3dad (diff) | |
download | dexon-solidity-8f3e1cd127a75a2f877b8ef1e727d07a76f0cfa9.tar dexon-solidity-8f3e1cd127a75a2f877b8ef1e727d07a76f0cfa9.tar.gz dexon-solidity-8f3e1cd127a75a2f877b8ef1e727d07a76f0cfa9.tar.bz2 dexon-solidity-8f3e1cd127a75a2f877b8ef1e727d07a76f0cfa9.tar.lz dexon-solidity-8f3e1cd127a75a2f877b8ef1e727d07a76f0cfa9.tar.xz dexon-solidity-8f3e1cd127a75a2f877b8ef1e727d07a76f0cfa9.tar.zst dexon-solidity-8f3e1cd127a75a2f877b8ef1e727d07a76f0cfa9.zip |
Merge pull request #2003 from winsvega/fuzz
Random Code
Diffstat (limited to 'TestHelper.h')
-rw-r--r-- | TestHelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TestHelper.h b/TestHelper.h index fc6c77fa..8f0c73bf 100644 --- a/TestHelper.h +++ b/TestHelper.h @@ -184,6 +184,7 @@ public: bool stats = false; ///< Execution time stats std::string statsOutFile; ///< Stats output file. "out" for standard output bool checkState = false;///< Throw error when checking test states + bool fulloutput = false;///< Replace large output to just it's length /// Test selection /// @{ |