adds some more CXS channel testing

This commit is contained in:
2024-12-18 17:31:28 +01:00
parent 89920683e9
commit a0bd767bc9
8 changed files with 211 additions and 118 deletions

View File

@@ -1,3 +1,8 @@
add_executable (cxs_tlm sc_main.cpp)
target_link_libraries (cxs_tlm LINK_PUBLIC busses scc-sysc)
add_test(NAME cxs_tlm COMMAND cxs_tlm )
project (cxs_tlm)
add_executable(${PROJECT_NAME}
csx_packet_test.cpp
${test_util_SOURCE_DIR}/sc_main.cpp
)
target_link_libraries (${PROJECT_NAME} PUBLIC scc::busses test_util)
catch_discover_tests(${PROJECT_NAME})