updates catch2 taest

This commit is contained in:
2022-10-02 21:40:19 +02:00
parent b9f2344981
commit b68b8c3045
3 changed files with 6 additions and 1 deletions

View File

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