mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-10 09:06:15 +01:00
test: remove BasicTestingSetup from allocator unit tests
This commit is contained in:
parent
8115c2ad7d
commit
883a5c7d02
1 changed files with 6 additions and 3 deletions
|
@ -2,15 +2,18 @@
|
||||||
// Distributed under the MIT software license, see the accompanying
|
// Distributed under the MIT software license, see the accompanying
|
||||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||||
|
|
||||||
|
#include <support/lockedpool.h>
|
||||||
#include <util/system.h>
|
#include <util/system.h>
|
||||||
|
|
||||||
#include <test/util/setup_common.h>
|
#include <limits>
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
#include <stdexcept>
|
||||||
|
#include <utility>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
#include <boost/test/unit_test.hpp>
|
#include <boost/test/unit_test.hpp>
|
||||||
|
|
||||||
BOOST_FIXTURE_TEST_SUITE(allocator_tests, BasicTestingSetup)
|
BOOST_AUTO_TEST_SUITE(allocator_tests)
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE(arena_tests)
|
BOOST_AUTO_TEST_CASE(arena_tests)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue