updates scc and adds scc::memory tests
Some checks failed
SCC Test/pipeline/head There was a failure building this commit
Some checks failed
SCC Test/pipeline/head There was a failure building this commit
This commit is contained in:
8
tests/memory_subsys/CMakeLists.txt
Normal file
8
tests/memory_subsys/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
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})
|
Reference in New Issue
Block a user