adds a test for scc::memory
Some checks failed
SCC Test/pipeline/head There was a failure building this commit

This commit is contained in:
2025-05-25 18:43:42 +02:00
parent d81315f28c
commit 4b3bbe0104
5 changed files with 189 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
project (tlm_memory)
add_executable(${PROJECT_NAME}
memory_test.cpp
${test_util_SOURCE_DIR}/sc_main.cpp
)
target_link_libraries (${PROJECT_NAME} PUBLIC scc::components test_util)
catch_discover_tests(${PROJECT_NAME})