Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3383 from winsvega/eip158
Browse files Browse the repository at this point in the history
test templates for creating tests for EIP158
  • Loading branch information
winsvega authored Oct 27, 2016
2 parents 5ce9c5d + ef3a758 commit c6b2d44
Show file tree
Hide file tree
Showing 5 changed files with 2,849 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/libethereum/State.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,14 @@ void doStateTests(json_spirit::mValue& _v, bool _fillin)
}
} }// Namespace Close

BOOST_AUTO_TEST_SUITE(StateTestsEIP)
BOOST_AUTO_TEST_SUITE(StateTestsEIP158)
BOOST_AUTO_TEST_CASE(stCreateTestEIP158)
{
dev::test::executeTests("stCreateTest", "/StateTests/EIP158",dev::test::getFolder(__FILE__) + "/StateTestsFiller/EIP158", dev::test::doStateTests);
}
BOOST_AUTO_TEST_SUITE_END()

BOOST_AUTO_TEST_SUITE(StateTestsEIP)
BOOST_AUTO_TEST_CASE(stChangedOnEIPTest)
{
dev::test::executeTests("stChangedTests", "/StateTests/EIP150",dev::test::getFolder(__FILE__) + "/StateTestsFiller/EIP150", dev::test::doStateTests);
Expand Down
Loading

0 comments on commit c6b2d44

Please sign in to comment.