From caafa19f441e40f4ae7cbaaeacf076644c3512b6 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Fri, 29 Aug 2025 08:00:41 +0200 Subject: [PATCH] fixes memory_subsys test name --- tests/memory_subsys/memory_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/memory_subsys/memory_test.cpp b/tests/memory_subsys/memory_test.cpp index d0e50f8..b81109e 100644 --- a/tests/memory_subsys/memory_test.cpp +++ b/tests/memory_subsys/memory_test.cpp @@ -42,7 +42,7 @@ template void do_dmi_access(T& isck, uint64_t address, uint64_t exp REQUIRE(dmi.is_read_write_allowed()); } -TEST_CASE("simple_read_write_with host memory map", "[memory][tlm-level]") { +TEST_CASE("dmi_access", "[memory][tlm-level]") { auto& dut = factory::get(); std::array ref_data; auto val = 256;