mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
test: remove BasicTestingSetup from merkleblock tests
This commit is contained in:
parent
cd5bc4b470
commit
3974c962b6
1 changed files with 3 additions and 1 deletions
|
@ -8,8 +8,10 @@
|
|||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
#include <set>
|
||||
#include <vector>
|
||||
|
||||
BOOST_FIXTURE_TEST_SUITE(merkleblock_tests, BasicTestingSetup)
|
||||
BOOST_AUTO_TEST_SUITE(merkleblock_tests)
|
||||
|
||||
/**
|
||||
* Create a CMerkleBlock using a list of txids which will be found in the
|
||||
|
|
Loading…
Add table
Reference in a new issue