From bd19a6450f201043ffc94cbae5e58342e898c6e7 Mon Sep 17 00:00:00 2001 From: evanchia Date: Fri, 23 Apr 2021 10:44:55 -0700 Subject: [PATCH 1/2] Minor update to readme file for editor python test tools --- .../Gem/PythonTests/EditorPythonTestTools/README.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/README.txt b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/README.txt index 8c86e22681..b7c6730faf 100644 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/README.txt +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/README.txt @@ -33,9 +33,6 @@ Assuming CMake is already setup on your operating system, below are some sample mkdir windows_vs2019 cd windows_vs2019 cmake .. -G "Visual Studio 16 2019" -A x64 -T host=x64 -DLY_3RDPARTY_PATH="%3RDPARTYPATH%" -DLY_PROJECTS=AutomatedTesting -NOTE: -Using the above command also adds EditorPythonTestTools to the PYTHONPATH OS environment variable. -Additionally, some CTest scripts will add the Python interpreter path to the PYTHON OS environment variable. To manually install the project in development mode using your own installed Python interpreter: cd /path/to/od3e/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools From c7dbabcfb44c544b2a10f1c012ece2113473db6e Mon Sep 17 00:00:00 2001 From: evanchia Date: Fri, 23 Apr 2021 11:31:01 -0700 Subject: [PATCH 2/2] modifying LyTestTools README --- Tools/LyTestTools/README.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Tools/LyTestTools/README.txt b/Tools/LyTestTools/README.txt index 1cdd4811fc..b983615407 100644 --- a/Tools/LyTestTools/README.txt +++ b/Tools/LyTestTools/README.txt @@ -19,6 +19,10 @@ the following tools: A library to manipulate Lumberyard installations * Launchers: A library to test the game in a variety of platforms + * O3DE: + Contains various modules to test o3de specific executables + * Environment: + Contains various modules to assist with environmental dependencies REQUIREMENTS @@ -38,10 +42,6 @@ Assuming CMake is already setup on your operating system, below are some sample mkdir windows_vs2019 cd windows_vs2019 cmake -E time cmake --build . --target ALL_BUILD --config profile -NOTE: -Using the above command also adds LyTestTools to the PYTHONPATH OS environment variable. -Additionally, some CTest scripts will add the Python interpreter path to the PYTHON OS environment variable. -There is some LyTestTools functionality that will search for these, so feel free to populate them manually. To manually install the project in development mode using your own installed Python interpreter: cd /path/to/lumberyard/dev/Tools/LyTestTools/