aboutsummaryrefslogtreecommitdiff
path: root/src/test/cuckoocache_tests.cpp
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2023-01-22 09:57:19 -0800
committerJon Atack <jon@atack.com>2023-02-06 12:26:04 -0800
commit81f5ade2a324167c03c5ce765a26bd42ed652723 (patch)
treef45d1c7ba2012c636866f6fb2d6a7a876b5dda39 /src/test/cuckoocache_tests.cpp
parent52ddbd52f980c0e733682401056d8131f1d513c0 (diff)
downloadbitcoin-81f5ade2a324167c03c5ce765a26bd42ed652723.tar.xz
Move random test util code from setup_common to random
as many of the unit tests don't use this code
Diffstat (limited to 'src/test/cuckoocache_tests.cpp')
-rw-r--r--src/test/cuckoocache_tests.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/cuckoocache_tests.cpp b/src/test/cuckoocache_tests.cpp
index c7c34cc8c9..eafbcf5681 100644
--- a/src/test/cuckoocache_tests.cpp
+++ b/src/test/cuckoocache_tests.cpp
@@ -1,9 +1,11 @@
// Copyright (c) 2012-2021 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+
#include <cuckoocache.h>
#include <random.h>
#include <script/sigcache.h>
+#include <test/util/random.h>
#include <test/util/setup_common.h>
#include <boost/test/unit_test.hpp>