assetprocessor_test_files.cmake 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. set(FILES
  9. testdata/config_broken_badplatform/AssetProcessorPlatformConfig.setreg
  10. testdata/config_broken_noplatform/AssetProcessorPlatformConfig.setreg
  11. testdata/config_broken_noscans/AssetProcessorPlatformConfig.setreg
  12. testdata/config_broken_recognizers/AssetProcessorPlatformConfig.setreg
  13. testdata/config_regular/AssetProcessorPlatformConfig.setreg
  14. testdata/config_metadata/AssetProcessorPlatformConfig.setreg
  15. testdata/config_regular_platform_scanfolder/AssetProcessorPlatformConfig.setreg
  16. testdata/EmptyDummyProject/AssetProcessorGamePlatformConfig.setreg
  17. testdata/DummyProject/AssetProcessorGamePlatformConfig.setreg
  18. native/tests/AssetProcessorTest.h
  19. native/tests/BaseAssetProcessorTest.h
  20. native/tests/assetdatabase/AssetDatabaseTest.cpp
  21. native/tests/resourcecompiler/RCControllerTest.cpp
  22. native/tests/resourcecompiler/RCControllerTest.h
  23. native/tests/resourcecompiler/RCJobTest.cpp
  24. native/tests/assetBuilderSDK/assetBuilderSDKTest.h
  25. native/tests/assetBuilderSDK/assetBuilderSDKTest.cpp
  26. native/tests/assetBuilderSDK/JobProductTests.cpp
  27. native/tests/assetBuilderSDK/SerializationDependenciesTests.cpp
  28. native/tests/assetmanager/AssetProcessorManagerTest.cpp
  29. native/tests/assetmanager/AssetProcessorManagerTest.h
  30. native/tests/assetmanager/JobDependencySubIdTests.cpp
  31. native/tests/assetmanager/JobDependencySubIdTests.h
  32. native/tests/assetmanager/ModtimeScanningTests.cpp
  33. native/tests/assetmanager/ModtimeScanningTests.h
  34. native/tests/assetmanager/MockAssetProcessorManager.cpp
  35. native/tests/assetmanager/MockAssetProcessorManager.h
  36. native/tests/assetmanager/MockFileProcessor.h
  37. native/tests/assetmanager/MockFileProcessor.cpp
  38. native/tests/assetmanager/TestEventSignal.cpp
  39. native/tests/assetmanager/TestEventSignal.h
  40. native/tests/assetmanager/AssetManagerTestingBase.cpp
  41. native/tests/assetmanager/AssetManagerTestingBase.h
  42. native/tests/assetmanager/IntermediateAssetTests.cpp
  43. native/tests/assetmanager/IntermediateAssetTests.h
  44. native/tests/assetmanager/DelayRelocationTests.cpp
  45. native/tests/assetmanager/DelayRelocationTests.h
  46. native/tests/assetmanager/SourceDependencyTests.cpp
  47. native/tests/assetmanager/SourceDependencyTests.h
  48. native/tests/assetmanager/InitialScanSkippingTests.cpp
  49. native/tests/assetmanager/Validators/LfsPointerFileValidatorTests.cpp
  50. native/tests/assetmanager/Validators/LfsPointerFileValidatorTests.h
  51. native/tests/utilities/assetUtilsTest.cpp
  52. native/tests/platformconfiguration/platformconfigurationtests.cpp
  53. native/tests/platformconfiguration/platformconfigurationtests.h
  54. native/tests/utilities/JobModelTest.cpp
  55. native/tests/utilities/JobModelTest.h
  56. native/tests/utilities/StatsCaptureTest.cpp
  57. native/tests/AssetCatalog/AssetCatalogUnitTests.cpp
  58. native/tests/assetscanner/AssetScannerTests.h
  59. native/tests/assetscanner/AssetScannerTests.cpp
  60. native/tests/BuilderConfiguration/BuilderConfigurationTests.cpp
  61. native/tests/FileProcessor/FileProcessorTests.h
  62. native/tests/FileProcessor/FileProcessorTests.cpp
  63. native/tests/FileStateCache/FileStateCacheTests.h
  64. native/tests/FileStateCache/FileStateCacheTests.cpp
  65. native/tests/InternalBuilders/SettingsRegistryBuilderTests.cpp
  66. native/tests/MissingDependencyScannerTests.cpp
  67. native/tests/SourceFileRelocatorTests.cpp
  68. native/tests/PathDependencyManagerTests.cpp
  69. native/tests/AssetProcessorMessagesTests.cpp
  70. native/tests/ApplicationManagerTests.cpp
  71. native/tests/ApplicationManagerTests.h
  72. native/tests/BuilderManagerTests.cpp
  73. native/tests/BuilderManagerTests.h
  74. native/tests/MockAssetDatabaseRequestsHandler.h
  75. native/tests/SourceAssetReferenceTests.cpp
  76. native/tests/UuidManagerTests.cpp
  77. native/unittests/AssetCacheServerUnitTests.cpp
  78. native/unittests/AssetProcessingStateDataUnitTests.cpp
  79. native/unittests/AssetProcessorUnitTests.h
  80. native/unittests/AssetProcessorUnitTests.cpp
  81. native/unittests/AssetProcessorManagerUnitTests.cpp
  82. native/unittests/AssetProcessorManagerUnitTests.h
  83. native/unittests/AssetProcessorServerUnitTests.cpp
  84. native/unittests/AssetProcessorServerUnitTests.h
  85. native/unittests/AssetScannerUnitTests.cpp
  86. native/unittests/AssetScannerUnitTests.h
  87. native/unittests/ConnectionUnitTests.cpp
  88. native/unittests/ConnectionManagerUnitTests.cpp
  89. native/unittests/FileWatcherUnitTests.cpp
  90. native/unittests/PlatformConfigurationUnitTests.cpp
  91. native/unittests/RCcontrollerUnitTests.cpp
  92. native/unittests/RCcontrollerUnitTests.h
  93. native/unittests/UnitTestUtils.cpp
  94. native/unittests/UnitTestUtils.h
  95. native/unittests/UtilitiesUnitTests.cpp
  96. native/unittests/AssetRequestHandlerUnitTests.cpp
  97. native/unittests/AssetRequestHandlerUnitTests.h
  98. native/unittests/MockConnectionHandler.h
  99. native/unittests/MockApplicationManager.cpp
  100. native/unittests/MockApplicationManager.h
  101. native/unittests/BuilderSDKUnitTests.cpp
  102. native/utilities/UnitTestShaderCompilerServer.cpp
  103. native/utilities/UnitTestShaderCompilerServer.h
  104. native/tests/test_main.cpp
  105. native/tests/UnitTestUtilities.h
  106. native/tests/UnitTestUtilities.cpp
  107. )
  108. set(SKIP_UNITY_BUILD_INCLUSION_FILES
  109. native/tests/utilities/JobModelTest.cpp
  110. )