Files
SystemC-Components-Test/tests/memory_subsys/CMakeLists.txt
Eyck Jentzsch 22a8890f74
Some checks failed
SCC Test/pipeline/head There was a failure building this commit
updates scc and adds scc::memory tests
2025-08-29 07:39:28 +02:00

9 lines
224 B
CMake

project (memory_subsys)
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})