diff options
author | jonatack <jon@atack.com> | 2023-01-22 09:57:19 -0800 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2023-06-14 08:28:33 -0600 |
commit | 1b246fdd145a95f5da479159f5e8eaf5a76bdc3a (patch) | |
tree | a7799cb90d8d0c5ffa96040ed95a97e82eff399a /src/test/denialofservice_tests.cpp | |
parent | 681ecac5c2d462920cd32636eec15599a9bcf424 (diff) |
test: move remaining random test util code from setup_common to random
and drop the util/random dependency on util/setup_common.
This improves code separation and avoids creating a circular dependency if
setup_common needs to call the util/random functions.
Diffstat (limited to 'src/test/denialofservice_tests.cpp')
-rw-r--r-- | src/test/denialofservice_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/denialofservice_tests.cpp b/src/test/denialofservice_tests.cpp index 1a06f16155..13349329ff 100644 --- a/src/test/denialofservice_tests.cpp +++ b/src/test/denialofservice_tests.cpp @@ -15,6 +15,7 @@ #include <script/standard.h> #include <serialize.h> #include <test/util/net.h> +#include <test/util/random.h> #include <test/util/setup_common.h> #include <timedata.h> #include <util/string.h> |