adds some more CXS channel testing
This commit is contained in:
@@ -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})
|
||||
|
Reference in New Issue
Block a user