cleans up project and adds axi4_pin_level test
This commit is contained in:
9
tests/axi4_pin_level/CMakeLists.txt
Normal file
9
tests/axi4_pin_level/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
project (axi4_pin_level)
|
||||
|
||||
add_executable(${PROJECT_NAME}
|
||||
sc_main.cpp
|
||||
narrow_burst_test.cpp
|
||||
)
|
||||
target_link_libraries (${PROJECT_NAME} PUBLIC scc test_util Catch2::Catch2)
|
||||
|
||||
add_test(NAME narrow_burst COMMAND ${PROJECT_NAME})
|
Reference in New Issue
Block a user