From c7dbabcfb44c544b2a10f1c012ece2113473db6e Mon Sep 17 00:00:00 2001 From: evanchia Date: Fri, 23 Apr 2021 11:31:01 -0700 Subject: [PATCH] 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/