ADD: added test_podInfo and a bug fix
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user