diff options
author | Gav Wood <g@ethdev.com> | 2015-03-13 07:30:08 +0800 |
---|---|---|
committer | Gav Wood <g@ethdev.com> | 2015-03-13 07:30:08 +0800 |
commit | 0de5ff34fd14777740ac816d6866f7987f955bc6 (patch) | |
tree | c0079bd2b6f1198d3eee65d56e869360863ca392 /state.cpp | |
parent | 66a216f7042f018512870c899e59534e5b2212f1 (diff) | |
parent | f164593c27d1f62eff08c9265b8606dad6270dce (diff) | |
download | dexon-solidity-0de5ff34fd14777740ac816d6866f7987f955bc6.tar dexon-solidity-0de5ff34fd14777740ac816d6866f7987f955bc6.tar.gz dexon-solidity-0de5ff34fd14777740ac816d6866f7987f955bc6.tar.bz2 dexon-solidity-0de5ff34fd14777740ac816d6866f7987f955bc6.tar.lz dexon-solidity-0de5ff34fd14777740ac816d6866f7987f955bc6.tar.xz dexon-solidity-0de5ff34fd14777740ac816d6866f7987f955bc6.tar.zst dexon-solidity-0de5ff34fd14777740ac816d6866f7987f955bc6.zip |
Merge pull request #1283 from CJentzsch/addTests
Add tests
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); |