aboutsummaryrefslogtreecommitdiffstats
path: root/TestHelper.h
diff options
context:
space:
mode:
authorPaweł Bylica <chfast@gmail.com>2015-06-11 00:01:03 +0800
committerPaweł Bylica <chfast@gmail.com>2015-06-11 00:01:03 +0800
commit5d534416b1115e54e86aaa04e248f88f6d34cd41 (patch)
tree8adb81f80ff0099c836618cfd200df0a3f2bd48d /TestHelper.h
parent7557e4b73f66aaf03e7f274036bac18792a480f4 (diff)
parentbcecae082219abb99157aca5afe9440fac20b516 (diff)
downloaddexon-solidity-5d534416b1115e54e86aaa04e248f88f6d34cd41.tar
dexon-solidity-5d534416b1115e54e86aaa04e248f88f6d34cd41.tar.gz
dexon-solidity-5d534416b1115e54e86aaa04e248f88f6d34cd41.tar.bz2
dexon-solidity-5d534416b1115e54e86aaa04e248f88f6d34cd41.tar.lz
dexon-solidity-5d534416b1115e54e86aaa04e248f88f6d34cd41.tar.xz
dexon-solidity-5d534416b1115e54e86aaa04e248f88f6d34cd41.tar.zst
dexon-solidity-5d534416b1115e54e86aaa04e248f88f6d34cd41.zip
Merge remote-tracking branch 'upstream/develop' into evmjit-develop
Conflicts: evmjit/libevmjit-cpp/JitVM.cpp evmjit/libevmjit-cpp/JitVM.h
Diffstat (limited to 'TestHelper.h')
-rw-r--r--TestHelper.h1
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
/// @{