ADD: added test_podInfo and a bug fix

This commit is contained in:
Henry Winkel
2023-10-26 15:02:01 +02:00
parent 96d1e3e2af
commit 7938112f5c
4 changed files with 41 additions and 4 deletions

View File

@@ -112,5 +112,8 @@ IF (${TEST_KUBECONTROL_LIBRARY})
target_link_libraries(test_podcontroller Catch2::Catch2 kubecontrol )
catch_discover_tests(test_podcontroller)
add_executable(test_podInfo tests/test_podInfo.cpp)
target_link_libraries(test_podInfo Catch2::Catch2 kubecontrol )
catch_discover_tests(test_podInfo)
ENDIF()