adds AXI4 pin level test and moves all tests to automatic discovery

This commit is contained in:
2022-10-03 11:08:39 +02:00
parent b68b8c3045
commit e0c3e3d898
6 changed files with 62 additions and 31 deletions

View File

@ -6,5 +6,4 @@ add_executable(${PROJECT_NAME}
)
target_link_libraries (${PROJECT_NAME} PUBLIC test_util)
add_test(NAME ${PROJECT_NAME} COMMAND ${PROJECT_NAME})
#catch_discover_tests(${PROJECT_NAME})
catch_discover_tests(${PROJECT_NAME})