[sw/testing] renamed random.* to rand_testutils.*
This partially addresses #7976, specifically the item that states:
"random.{h,c} should be named rand_testutils.{c,h}."
Signed-off-by: Timothy Trippel <ttrippel@google.com>
diff --git a/hw/top_englishbreakfast/util/sw_sources.patch b/hw/top_englishbreakfast/util/sw_sources.patch
index 471d960..499b59c 100644
--- a/hw/top_englishbreakfast/util/sw_sources.patch
+++ b/hw/top_englishbreakfast/util/sw_sources.patch
@@ -181,14 +181,14 @@
dif_aes_params_t params = {
.base_addr = mmio_region_from_addr(TOP_EARLGREY_AES_BASE_ADDR),
diff --git a/sw/device/tests/dif/meson.build b/sw/device/tests/dif/meson.build
-index 7ff797bcb..b9e53a744 100644
+index b1fd4acce..96cee10c6 100644
--- a/sw/device/tests/dif/meson.build
+++ b/sw/device/tests/dif/meson.build
@@ -217,7 +217,6 @@ dif_aes_smoketest_lib = declare_dependency(
sw_lib_dif_aes,
sw_lib_mmio,
sw_lib_runtime_log,
-- sw_lib_testing_entropy_testutils_lib,
+- sw_lib_testing_entropy_testutils,
sw_lib_testing_test_status,
],
),