diff options
author | Dimitry <winsvega@mail.ru> | 2015-05-26 21:27:22 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2015-06-01 23:11:25 +0800 |
commit | 5cfec260f797fe3568b17a77cfd9f0f646bd1ce2 (patch) | |
tree | f4de09f6cb72b9efaf05162baccde525660ae51b /TestHelper.h | |
parent | dd4cda62bca4dccfdb5ceab90dc13b5e527fb559 (diff) | |
download | dexon-solidity-5cfec260f797fe3568b17a77cfd9f0f646bd1ce2.tar dexon-solidity-5cfec260f797fe3568b17a77cfd9f0f646bd1ce2.tar.gz dexon-solidity-5cfec260f797fe3568b17a77cfd9f0f646bd1ce2.tar.bz2 dexon-solidity-5cfec260f797fe3568b17a77cfd9f0f646bd1ce2.tar.lz dexon-solidity-5cfec260f797fe3568b17a77cfd9f0f646bd1ce2.tar.xz dexon-solidity-5cfec260f797fe3568b17a77cfd9f0f646bd1ce2.tar.zst dexon-solidity-5cfec260f797fe3568b17a77cfd9f0f646bd1ce2.zip |
Random test 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 /// @{ |