From 23a5afeefb72854df46f7b861c12f07fcfba5d1d Mon Sep 17 00:00:00 2001 From: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com> Date: Thu, 27 May 2021 23:47:51 -0500 Subject: [PATCH 1/2] Renaming the unit_global_project.py to unit_test_global_project.py. This fixes the unit test not being found --- .../tests/{unit_global_project.py => unit_test_global_project.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/o3de/tests/{unit_global_project.py => unit_test_global_project.py} (100%) diff --git a/scripts/o3de/tests/unit_global_project.py b/scripts/o3de/tests/unit_test_global_project.py similarity index 100% rename from scripts/o3de/tests/unit_global_project.py rename to scripts/o3de/tests/unit_test_global_project.py From 3b349e72a05e10d13e0a35b7d5912b8cc6d0c500 Mon Sep 17 00:00:00 2001 From: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com> Date: Fri, 28 May 2021 01:17:57 -0500 Subject: [PATCH 2/2] Adding QtForPython gem to the AutomatedTesting project --- .../Platform/Android/runtime_dependencies.cmake | 10 ---------- .../Code/Platform/Android/tool_dependencies.cmake | 10 ---------- .../Code/Platform/Linux/runtime_dependencies.cmake | 10 ---------- .../Code/Platform/Linux/tool_dependencies.cmake | 10 ---------- .../Platform/Windows/runtime_dependencies.cmake | 13 ------------- .../Code/Platform/Windows/tool_dependencies.cmake | 14 -------------- .../Code/Platform/iOS/runtime_dependencies.cmake | 10 ---------- .../Gem/Code/Platform/iOS/tool_dependencies.cmake | 10 ---------- AutomatedTesting/Gem/Code/enabled_gems.cmake | 1 + 9 files changed, 1 insertion(+), 87 deletions(-) delete mode 100644 AutomatedTesting/Gem/Code/Platform/Android/runtime_dependencies.cmake delete mode 100644 AutomatedTesting/Gem/Code/Platform/Android/tool_dependencies.cmake delete mode 100644 AutomatedTesting/Gem/Code/Platform/Linux/runtime_dependencies.cmake delete mode 100644 AutomatedTesting/Gem/Code/Platform/Linux/tool_dependencies.cmake delete mode 100644 AutomatedTesting/Gem/Code/Platform/Windows/runtime_dependencies.cmake delete mode 100644 AutomatedTesting/Gem/Code/Platform/Windows/tool_dependencies.cmake delete mode 100644 AutomatedTesting/Gem/Code/Platform/iOS/runtime_dependencies.cmake delete mode 100644 AutomatedTesting/Gem/Code/Platform/iOS/tool_dependencies.cmake diff --git a/AutomatedTesting/Gem/Code/Platform/Android/runtime_dependencies.cmake b/AutomatedTesting/Gem/Code/Platform/Android/runtime_dependencies.cmake deleted file mode 100644 index 4d5680a30d..0000000000 --- a/AutomatedTesting/Gem/Code/Platform/Android/runtime_dependencies.cmake +++ /dev/null @@ -1,10 +0,0 @@ -# -# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or -# its licensors. -# -# For complete copyright and license terms please see the LICENSE at the root of this -# distribution (the "License"). All use of this software is governed by the License, -# or, if provided, by the license below or the license accompanying this file. Do not -# remove or modify any license notices. This file is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# diff --git a/AutomatedTesting/Gem/Code/Platform/Android/tool_dependencies.cmake b/AutomatedTesting/Gem/Code/Platform/Android/tool_dependencies.cmake deleted file mode 100644 index 4d5680a30d..0000000000 --- a/AutomatedTesting/Gem/Code/Platform/Android/tool_dependencies.cmake +++ /dev/null @@ -1,10 +0,0 @@ -# -# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or -# its licensors. -# -# For complete copyright and license terms please see the LICENSE at the root of this -# distribution (the "License"). All use of this software is governed by the License, -# or, if provided, by the license below or the license accompanying this file. Do not -# remove or modify any license notices. This file is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# diff --git a/AutomatedTesting/Gem/Code/Platform/Linux/runtime_dependencies.cmake b/AutomatedTesting/Gem/Code/Platform/Linux/runtime_dependencies.cmake deleted file mode 100644 index 4d5680a30d..0000000000 --- a/AutomatedTesting/Gem/Code/Platform/Linux/runtime_dependencies.cmake +++ /dev/null @@ -1,10 +0,0 @@ -# -# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or -# its licensors. -# -# For complete copyright and license terms please see the LICENSE at the root of this -# distribution (the "License"). All use of this software is governed by the License, -# or, if provided, by the license below or the license accompanying this file. Do not -# remove or modify any license notices. This file is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# diff --git a/AutomatedTesting/Gem/Code/Platform/Linux/tool_dependencies.cmake b/AutomatedTesting/Gem/Code/Platform/Linux/tool_dependencies.cmake deleted file mode 100644 index 4d5680a30d..0000000000 --- a/AutomatedTesting/Gem/Code/Platform/Linux/tool_dependencies.cmake +++ /dev/null @@ -1,10 +0,0 @@ -# -# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or -# its licensors. -# -# For complete copyright and license terms please see the LICENSE at the root of this -# distribution (the "License"). All use of this software is governed by the License, -# or, if provided, by the license below or the license accompanying this file. Do not -# remove or modify any license notices. This file is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# diff --git a/AutomatedTesting/Gem/Code/Platform/Windows/runtime_dependencies.cmake b/AutomatedTesting/Gem/Code/Platform/Windows/runtime_dependencies.cmake deleted file mode 100644 index ffcaf7293a..0000000000 --- a/AutomatedTesting/Gem/Code/Platform/Windows/runtime_dependencies.cmake +++ /dev/null @@ -1,13 +0,0 @@ -# -# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or -# its licensors. -# -# For complete copyright and license terms please see the LICENSE at the root of this -# distribution (the "License"). All use of this software is governed by the License, -# or, if provided, by the license below or the license accompanying this file. Do not -# remove or modify any license notices. This file is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# - -set(GEM_DEPENDENCIES -) \ No newline at end of file diff --git a/AutomatedTesting/Gem/Code/Platform/Windows/tool_dependencies.cmake b/AutomatedTesting/Gem/Code/Platform/Windows/tool_dependencies.cmake deleted file mode 100644 index 933dd7927b..0000000000 --- a/AutomatedTesting/Gem/Code/Platform/Windows/tool_dependencies.cmake +++ /dev/null @@ -1,14 +0,0 @@ -# -# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or -# its licensors. -# -# For complete copyright and license terms please see the LICENSE at the root of this -# distribution (the "License"). All use of this software is governed by the License, -# or, if provided, by the license below or the license accompanying this file. Do not -# remove or modify any license notices. This file is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# - -set(GEM_DEPENDENCIES - Gem::QtForPython.Editor -) \ No newline at end of file diff --git a/AutomatedTesting/Gem/Code/Platform/iOS/runtime_dependencies.cmake b/AutomatedTesting/Gem/Code/Platform/iOS/runtime_dependencies.cmake deleted file mode 100644 index 4d5680a30d..0000000000 --- a/AutomatedTesting/Gem/Code/Platform/iOS/runtime_dependencies.cmake +++ /dev/null @@ -1,10 +0,0 @@ -# -# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or -# its licensors. -# -# For complete copyright and license terms please see the LICENSE at the root of this -# distribution (the "License"). All use of this software is governed by the License, -# or, if provided, by the license below or the license accompanying this file. Do not -# remove or modify any license notices. This file is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# diff --git a/AutomatedTesting/Gem/Code/Platform/iOS/tool_dependencies.cmake b/AutomatedTesting/Gem/Code/Platform/iOS/tool_dependencies.cmake deleted file mode 100644 index 4d5680a30d..0000000000 --- a/AutomatedTesting/Gem/Code/Platform/iOS/tool_dependencies.cmake +++ /dev/null @@ -1,10 +0,0 @@ -# -# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or -# its licensors. -# -# For complete copyright and license terms please see the LICENSE at the root of this -# distribution (the "License"). All use of this software is governed by the License, -# or, if provided, by the license below or the license accompanying this file. Do not -# remove or modify any license notices. This file is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# diff --git a/AutomatedTesting/Gem/Code/enabled_gems.cmake b/AutomatedTesting/Gem/Code/enabled_gems.cmake index 2ea800bae6..d99d17b55e 100644 --- a/AutomatedTesting/Gem/Code/enabled_gems.cmake +++ b/AutomatedTesting/Gem/Code/enabled_gems.cmake @@ -21,6 +21,7 @@ set(ENABLED_GEMS InAppPurchases AutomatedTesting EditorPythonBindings + QtForPython PythonAssetBuilder Metastream AudioSystem