aboutsummaryrefslogtreecommitdiffstats
path: root/state.cpp
diff options
context:
space:
mode:
authorCJentzsch <jentzsch.software@gmail.com>2015-03-11 20:44:02 +0800
committerCJentzsch <jentzsch.software@gmail.com>2015-03-11 20:44:02 +0800
commit949b401a2d5c16de0d82f561e13192b6197a511f (patch)
treeb4aac3f4d9da542d660ab8a26baac791b200398e /state.cpp
parent21b502ddbd806831929879970bfa3cff55c38f96 (diff)
downloaddexon-solidity-949b401a2d5c16de0d82f561e13192b6197a511f.tar
dexon-solidity-949b401a2d5c16de0d82f561e13192b6197a511f.tar.gz
dexon-solidity-949b401a2d5c16de0d82f561e13192b6197a511f.tar.bz2
dexon-solidity-949b401a2d5c16de0d82f561e13192b6197a511f.tar.lz
dexon-solidity-949b401a2d5c16de0d82f561e13192b6197a511f.tar.xz
dexon-solidity-949b401a2d5c16de0d82f561e13192b6197a511f.tar.zst
dexon-solidity-949b401a2d5c16de0d82f561e13192b6197a511f.zip
add callCreateCallCode test file
Diffstat (limited to 'state.cpp')
-rw-r--r--state.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/state.cpp b/state.cpp
index 5202aff2..46ebb1a7 100644
--- a/state.cpp
+++ b/state.cpp
@@ -130,6 +130,11 @@ BOOST_AUTO_TEST_CASE(stSystemOperationsTest)
dev::test::executeTests("stSystemOperationsTest", "/StateTests", dev::test::doStateTests);
}
+BOOST_AUTO_TEST_CASE(stCallCreateCallCodeTest)
+{
+ dev::test::executeTests("stCallCreateCallCodeTest", "/StateTests", dev::test::doStateTests);
+}
+
BOOST_AUTO_TEST_CASE(stPreCompiledContracts)
{
dev::test::executeTests("stPreCompiledContracts", "/StateTests", dev::test::doStateTests);