From 1cef72ab8d19d0f8533ed793f6600447ad415662 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 10 Jun 2021 17:32:16 +0100 Subject: [PATCH] Fix uncommented tests --- .../TestImpactFramework/Runtime/Code/CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Code/Tools/TestImpactFramework/Runtime/Code/CMakeLists.txt b/Code/Tools/TestImpactFramework/Runtime/Code/CMakeLists.txt index bcfeeacb33..e89dfe60d7 100644 --- a/Code/Tools/TestImpactFramework/Runtime/Code/CMakeLists.txt +++ b/Code/Tools/TestImpactFramework/Runtime/Code/CMakeLists.txt @@ -12,12 +12,6 @@ ly_get_list_relative_pal_filename(pal_dir ${CMAKE_CURRENT_LIST_DIR}/Source/Platform/${PAL_PLATFORM_NAME}) ly_get_list_relative_pal_filename(common_dir ${CMAKE_CURRENT_LIST_DIR}/Source/Platform/Common) -add_subdirectory(Tests/TestProcess) -add_subdirectory(Tests/TestTargetA) -add_subdirectory(Tests/TestTargetB) -add_subdirectory(Tests/TestTargetC) -add_subdirectory(Tests/TestTargetD) - ly_add_target( NAME TestImpact.Runtime.Static STATIC NAMESPACE AZ @@ -41,6 +35,12 @@ ly_add_target( ################################################################################ # Disabled: SPEC-7246 +#add_subdirectory(Tests/TestProcess) +#add_subdirectory(Tests/TestTargetA) +#add_subdirectory(Tests/TestTargetB) +#add_subdirectory(Tests/TestTargetC) +#add_subdirectory(Tests/TestTargetD) +# #ly_add_target( # NAME TestImpact.Runtime.Tests ${PAL_TRAIT_TEST_TARGET_TYPE} # NAMESPACE AZ