ADD: added massivpodhandling test
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user