add ace_pin_level testcase and update scc

This commit is contained in:
2023-09-29 12:31:00 +02:00
parent 3f97fcc28c
commit 50bd12b4ec
5 changed files with 336 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
project (ace_pin_level)
add_executable(${PROJECT_NAME}
ace_narrow_burst_test.cpp
${test_util_SOURCE_DIR}/sc_main.cpp
)
target_link_libraries (${PROJECT_NAME} PUBLIC test_util)
catch_discover_tests(${PROJECT_NAME})