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.
This commit is contained in:
jonatack
2023-01-22 09:57:19 -08:00
committed by Jon Atack
parent 681ecac5c2
commit 1b246fdd14
9 changed files with 70 additions and 52 deletions

View File

@@ -6,6 +6,7 @@
#include <string>
#include <vector>
#include <test/util/random.h>
#include <test/util/setup_common.h>
#include <boost/test/unit_test.hpp>