|
|
|
|
@ -93,15 +93,19 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS)
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
ly_add_pytest(
|
|
|
|
|
NAME AssetPipelineTests.AssetBundler
|
|
|
|
|
PATH ${CMAKE_CURRENT_LIST_DIR}/asset_bundler_batch_tests.py
|
|
|
|
|
NAME AssetPipelineTests.AssetBuilder
|
|
|
|
|
PATH ${CMAKE_CURRENT_LIST_DIR}/asset_builder_tests.py
|
|
|
|
|
EXCLUDE_TEST_RUN_TARGET_FROM_IDE
|
|
|
|
|
TEST_SERIAL
|
|
|
|
|
TEST_SUITE periodic
|
|
|
|
|
RUNTIME_DEPENDENCIES
|
|
|
|
|
AZ::AssetProcessor
|
|
|
|
|
AZ::AssetBundlerBatch
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
set(SUPPORTED_PLATFORMS "Windows" "Mac")
|
|
|
|
|
if (NOT "${PAL_PLATFORM_NAME}" IN_LIST SUPPORTED_PLATFORMS)
|
|
|
|
|
return()
|
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
ly_add_pytest(
|
|
|
|
|
NAME AssetPipelineTests.BundleMode
|
|
|
|
|
@ -117,16 +121,16 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS)
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
ly_add_pytest(
|
|
|
|
|
NAME AssetPipelineTests.AssetBuilder
|
|
|
|
|
PATH ${CMAKE_CURRENT_LIST_DIR}/asset_builder_tests.py
|
|
|
|
|
NAME AssetPipelineTests.AssetBundler
|
|
|
|
|
PATH ${CMAKE_CURRENT_LIST_DIR}/asset_bundler_batch_tests.py
|
|
|
|
|
EXCLUDE_TEST_RUN_TARGET_FROM_IDE
|
|
|
|
|
TEST_SERIAL
|
|
|
|
|
TEST_SUITE periodic
|
|
|
|
|
RUNTIME_DEPENDENCIES
|
|
|
|
|
AZ::AssetProcessor
|
|
|
|
|
AZ::AssetBundlerBatch
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ly_add_pytest(
|
|
|
|
|
NAME AssetPipelineTests.MissingDependency
|
|
|
|
|
PATH ${CMAKE_CURRENT_LIST_DIR}/missing_dependency_tests.py
|
|
|
|
|
@ -136,5 +140,5 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS)
|
|
|
|
|
RUNTIME_DEPENDENCIES
|
|
|
|
|
AZ::AssetProcessorBatch
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
endif()
|
|
|
|
|
|