ADD: added massivpodhandling test

This commit is contained in:
hwinkel
2023-12-20 18:38:23 +01:00
parent 894b2a08d6
commit 05ca44efe7
3 changed files with 120 additions and 1 deletions

View File

@@ -109,6 +109,10 @@ IF (${TEST_KUBECONTROL_LIBRARY})
add_executable(test_podcontroller tests/test_podcontroller.cpp)
target_link_libraries(test_podcontroller Catch2::Catch2 kubecontrol )
catch_discover_tests(test_podcontroller)
add_executable(test_massivPodHandling tests/test_massivPodHandling.cpp)
target_link_libraries(test_massivPodHandling Catch2::Catch2 kubecontrol )
catch_discover_tests(test_massivPodHandling)
add_executable(test_podInfo tests/test_podInfo.cpp)
target_link_libraries(test_podInfo Catch2::Catch2 kubecontrol )