Made LyTT Tests check if they are disabled for the platform.

Signed-off-by: scspaldi <scspaldi@amazon.com>
This commit is contained in:
scspaldi
2021-07-22 12:59:19 -07:00
parent 414bbb5b2a
commit 2de3a5e6d7
+1 -1
View File
@@ -276,7 +276,7 @@ endfunction()
#
function(ly_add_pytest)
if(NOT PAL_TRAIT_TEST_PYTEST_SUPPORTED)
if(NOT PAL_TRAIT_TEST_PYTEST_SUPPORTED OR NOT PAL_TRAIT_TEST_LYTESTTOOLS_SUPPORTED)
return()
endif()