CMakeLists.txt 685 B

123456789101112131415161718192021
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS)
  9. # Unstable, SPEC-3838 will restore
  10. #ly_add_pytest(
  11. # NAME AutomatedTesting::asset_load_benchmark_test
  12. # TEST_SERIAL
  13. # TEST_SUITE benchmark
  14. # PATH ${CMAKE_CURRENT_LIST_DIR}/benchmark/asset_load_benchmark_test.py
  15. # RUNTIME_DEPENDENCIES
  16. # AZ::AssetProcessor
  17. # AZ::AssetProcessorBatch
  18. # AutomatedTesting.GameLauncher
  19. #)
  20. endif()