add ace_pin_level testcase and update scc
This commit is contained in:
9
tests/ace_pin_level/CMakeLists.txt
Normal file
9
tests/ace_pin_level/CMakeLists.txt
Normal 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})
|
Reference in New Issue
Block a user