Added missing indent to test registry in CMakeLists.txt

main
jckand-amzn 5 years ago
parent 06bfe89120
commit 1ebfa86f87

@ -41,17 +41,17 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS AND PAL_TRAIT_
) )
ly_add_pytest( ly_add_pytest(
NAME AutomatedTesting::EditorTests_Sandbox NAME AutomatedTesting::EditorTests_Sandbox
TEST_SUITE sandbox TEST_SUITE sandbox
TEST_SERIAL TEST_SERIAL
PATH ${CMAKE_CURRENT_LIST_DIR} PATH ${CMAKE_CURRENT_LIST_DIR}
PYTEST_MARKS "SUITE_sandbox" PYTEST_MARKS "SUITE_sandbox"
TIMEOUT 1500 TIMEOUT 1500
RUNTIME_DEPENDENCIES RUNTIME_DEPENDENCIES
Legacy::Editor Legacy::Editor
AZ::AssetProcessor AZ::AssetProcessor
AutomatedTesting.Assets AutomatedTesting.Assets
COMPONENT COMPONENT
Editor Editor
) )
endif() endif()

Loading…
Cancel
Save