aboutsummaryrefslogtreecommitdiffstats
path: root/TestHelper.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2015-02-11 03:53:38 +0800
committerGav Wood <i@gavwood.com>2015-02-11 03:53:38 +0800
commit9a792edb33a95f8034cbb368e94e8ca0f4565415 (patch)
tree5a68fa42cda17385372f4484ef3f2e6d81e9b24c /TestHelper.cpp
parent92fd2b191d46c0032399c0311000eda5836adfa3 (diff)
downloaddexon-solidity-9a792edb33a95f8034cbb368e94e8ca0f4565415.tar
dexon-solidity-9a792edb33a95f8034cbb368e94e8ca0f4565415.tar.gz
dexon-solidity-9a792edb33a95f8034cbb368e94e8ca0f4565415.tar.bz2
dexon-solidity-9a792edb33a95f8034cbb368e94e8ca0f4565415.tar.lz
dexon-solidity-9a792edb33a95f8034cbb368e94e8ca0f4565415.tar.xz
dexon-solidity-9a792edb33a95f8034cbb368e94e8ca0f4565415.tar.zst
dexon-solidity-9a792edb33a95f8034cbb368e94e8ca0f4565415.zip
Test stuff into cpp from header.
Additional debug stuff in cmake.
Diffstat (limited to 'TestHelper.cpp')
-rw-r--r--TestHelper.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TestHelper.cpp b/TestHelper.cpp
index 8e4c493e..8a00a546 100644
--- a/TestHelper.cpp
+++ b/TestHelper.cpp
@@ -64,6 +64,9 @@ void connectClients(Client& c1, Client& c2)
namespace test
{
+struct ValueTooLarge: virtual Exception {};
+bigint const c_max256plus1 = bigint(1) << 256;
+
ImportTest::ImportTest(json_spirit::mObject& _o, bool isFiller): m_TestObject(_o)
{
importEnv(_o["env"].get_obj());