diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-03-11 20:44:02 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-03-11 20:44:02 +0800 |
commit | 949b401a2d5c16de0d82f561e13192b6197a511f (patch) | |
tree | b4aac3f4d9da542d660ab8a26baac791b200398e /state.cpp | |
parent | 21b502ddbd806831929879970bfa3cff55c38f96 (diff) | |
download | dexon-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.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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); |