diff --git a/components/security_apps/orchestration/CMakeLists.txt b/components/security_apps/orchestration/CMakeLists.txt index 565ab08..fc76575 100755 --- a/components/security_apps/orchestration/CMakeLists.txt +++ b/components/security_apps/orchestration/CMakeLists.txt @@ -15,4 +15,4 @@ add_subdirectory(health_check) add_subdirectory(local_policy_mgmt_gen) add_subdirectory(env_details) -add_subdirectory(orchestration_ut) +#add_subdirectory(orchestration_ut) diff --git a/components/security_apps/orchestration/downloader/CMakeLists.txt b/components/security_apps/orchestration/downloader/CMakeLists.txt index b7b14b9..c050241 100755 --- a/components/security_apps/orchestration/downloader/CMakeLists.txt +++ b/components/security_apps/orchestration/downloader/CMakeLists.txt @@ -2,4 +2,4 @@ ADD_DEFINITIONS(-Wno-deprecated-declarations -Dalpine) add_library(orchestration_downloader curl_client.cc downloader.cc http_client.cc https_client.cc) -add_subdirectory(downloader_ut) +#add_subdirectory(downloader_ut) diff --git a/components/security_apps/orchestration/manifest_controller/CMakeLists.txt b/components/security_apps/orchestration/manifest_controller/CMakeLists.txt index e850fe7..34aca41 100755 --- a/components/security_apps/orchestration/manifest_controller/CMakeLists.txt +++ b/components/security_apps/orchestration/manifest_controller/CMakeLists.txt @@ -1,3 +1,3 @@ add_library(manifest_controller manifest_controller.cc manifest_diff_calculator.cc manifest_handler.cc) -add_subdirectory(manifest_controller_ut) +#add_subdirectory(manifest_controller_ut) diff --git a/components/security_apps/orchestration/modules/CMakeLists.txt b/components/security_apps/orchestration/modules/CMakeLists.txt index 1e9d587..3e7fda4 100755 --- a/components/security_apps/orchestration/modules/CMakeLists.txt +++ b/components/security_apps/orchestration/modules/CMakeLists.txt @@ -7,4 +7,4 @@ add_library( data.cc ) -add_subdirectory(modules_ut) +#add_subdirectory(modules_ut) diff --git a/components/security_apps/orchestration/package_handler/CMakeLists.txt b/components/security_apps/orchestration/package_handler/CMakeLists.txt index 17af19f..afbeeff 100755 --- a/components/security_apps/orchestration/package_handler/CMakeLists.txt +++ b/components/security_apps/orchestration/package_handler/CMakeLists.txt @@ -1,3 +1,3 @@ add_library(package_handler package_handler.cc) -add_subdirectory(package_handler_ut) +#add_subdirectory(package_handler_ut) diff --git a/components/security_apps/orchestration/service_controller/CMakeLists.txt b/components/security_apps/orchestration/service_controller/CMakeLists.txt index 30aa88e..0005c57 100755 --- a/components/security_apps/orchestration/service_controller/CMakeLists.txt +++ b/components/security_apps/orchestration/service_controller/CMakeLists.txt @@ -1,3 +1,3 @@ add_library(service_controller service_controller.cc) -add_subdirectory(service_controller_ut) +#add_subdirectory(service_controller_ut) diff --git a/components/security_apps/orchestration/update_communication/CMakeLists.txt b/components/security_apps/orchestration/update_communication/CMakeLists.txt index 1b7273c..94e0225 100755 --- a/components/security_apps/orchestration/update_communication/CMakeLists.txt +++ b/components/security_apps/orchestration/update_communication/CMakeLists.txt @@ -1,2 +1,2 @@ add_library(update_communication update_communication.cc hybrid_communication.cc fog_communication.cc fog_authenticator.cc local_communication.cc declarative_policy_utils.cc) -add_subdirectory(update_communication_ut) +#add_subdirectory(update_communication_ut)