emotionfx_tests_files.cmake 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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. Tests/ActorBusTests.cpp
  10. Tests/ActorComponentBusTests.cpp
  11. Tests/ActorFixture.cpp
  12. Tests/ActorFixture.h
  13. Tests/ActorInstanceCommandTests.cpp
  14. Tests/AdditiveMotionSamplingTests.cpp
  15. Tests/AnimAudioComponentTests.cpp
  16. Tests/AnimGraphActionTests.cpp
  17. Tests/AnimGraphCommandTests.cpp
  18. Tests/AnimGraphActionCommandTests.cpp
  19. Tests/AnimGraphActionTests.cpp
  20. Tests/AnimGraphComponentBusTests.cpp
  21. Tests/AnimGraphNetworkingBusTests.cpp
  22. Tests/AnimGraphCopyPasteTests.cpp
  23. Tests/AnimGraphDeferredInitTests.cpp
  24. Tests/AnimGraphEventHandlerCounter.h
  25. Tests/AnimGraphEventHandlerCounter.cpp
  26. Tests/AnimGraphEventTests.cpp
  27. Tests/AnimGraphFixture.cpp
  28. Tests/AnimGraphFixture.h
  29. Tests/AnimGraphFuzzTests.cpp
  30. Tests/AnimGraphHubNodeTests.cpp
  31. Tests/AnimGraphLoadingTests.cpp
  32. Tests/AnimGraphMotionConditionTests.cpp
  33. Tests/AnimGraphMotionNodeTests.cpp
  34. Tests/AnimGraphNodeEventFilterTests.cpp
  35. Tests/AnimGraphNodeGroupTests.cpp
  36. Tests/AnimGraphNodeProcessingTests.cpp
  37. Tests/AnimGraphParameterActionTests.cpp
  38. Tests/AnimGraphParameterActionTests.cpp
  39. Tests/AnimGraphParameterConditionCommandTests.cpp
  40. Tests/MCore/AZCoreConversionsTest.cpp
  41. Tests/AnimGraphParameterConditionTests.cpp
  42. Tests/AnimGraphParameterConditionCommandTests.cpp
  43. Tests/AnimGraphRefCountTests.cpp
  44. Tests/AnimGraphReferenceNodeTests.cpp
  45. Tests/AnimGraphStateMachineTests.cpp
  46. Tests/AnimGraphStateMachineInterruptionTests.cpp
  47. Tests/AnimGraphStateMachineSyncTests.cpp
  48. Tests/AnimGraphSyncTrackTests.cpp
  49. Tests/AnimGraphTagConditionTests.cpp
  50. Tests/AnimGraphTransitionCommandTests.cpp
  51. Tests/AnimGraphTransitionConditionCommandTests.cpp
  52. Tests/AnimGraphTransitionConditionFixture.cpp
  53. Tests/AnimGraphTransitionConditionFixture.h
  54. Tests/AnimGraphTransitionConditionTests.cpp
  55. Tests/AnimGraphTransitionFixture.cpp
  56. Tests/AnimGraphTransitionFixture.h
  57. Tests/AnimGraphTransitionTests.cpp
  58. Tests/AnimGraphVector2ConditionTests.cpp
  59. Tests/AutoSkeletonLODTests.cpp
  60. Tests/BlendSpaceFixture.h
  61. Tests/BlendSpaceFixture.cpp
  62. Tests/BlendSpaceTests.cpp
  63. Tests/BlendTreeBlendNNodeTests.cpp
  64. Tests/BlendTreeFloatConstantNodeTests.cpp
  65. Tests/BlendTreeFloatConditionNodeTests.cpp
  66. Tests/BlendTreeFloatMath1NodeTests.cpp
  67. Tests/BlendTreeFootIKNodeTests.cpp
  68. Tests/BlendTreeMaskNodeTests.cpp
  69. Tests/BlendTreeMirrorPoseNodeTests.cpp
  70. Tests/BlendTreeMotionFrameNodeTests.cpp
  71. Tests/BlendTreeRagdollNodeTests.cpp
  72. Tests/BlendTreeRangeRemapperNodeTests.cpp
  73. Tests/BlendTreeRotationMath2NodeTests.cpp
  74. Tests/BlendTreeRotationLimitNodeTests.cpp
  75. Tests/BlendTreeSimulatedObjectNodeTests.cpp
  76. Tests/BlendTreeTransformNodeTests.cpp
  77. Tests/BlendTreeTwoLinkIKNodeTests.cpp
  78. Tests/BoolLogicNodeTests.cpp
  79. Tests/ColliderCommandTests.cpp
  80. Tests/EMotionFXTest.cpp
  81. Tests/EmotionFXMathLibTests.cpp
  82. Tests/EventManagerTests.cpp
  83. Tests/JackGraphFixture.h
  84. Tests/JackGraphFixture.cpp
  85. Tests/KeyTrackLinearTests.cpp
  86. Tests/LeaderFollowerVersionTests.cpp
  87. Tests/MCore/Array2DTests.cpp
  88. Tests/MCoreSystemFixture.h
  89. Tests/MCoreSystemFixture.cpp
  90. Tests/MorphTargetRuntimeTests.cpp
  91. Tests/MorphSkinAttachmentTests.cpp
  92. Tests/MotionEventCommandTests.cpp
  93. Tests/MotionEventTrackTests.cpp
  94. Tests/MotionExtractionTests.cpp
  95. Tests/MotionExtractionBusTests.cpp
  96. Tests/MotionInstanceTests.cpp
  97. Tests/MotionLayerSystemTests.cpp
  98. Tests/MultiThreadSchedulerTests.cpp
  99. Tests/PoseTests.cpp
  100. Tests/Printers.cpp
  101. Tests/QuaternionParameterTests.cpp
  102. Tests/RagdollCommandTests.cpp
  103. Tests/RandomMotionSelectionTests.cpp
  104. Tests/RenderBackendManagerTests.cpp
  105. Tests/SelectionListTests.cpp
  106. Tests/SimpleMotionComponentBusTests.cpp
  107. Tests/SimulatedObjectCommandTests.cpp
  108. Tests/SimulatedObjectSerializeTests.cpp
  109. Tests/SkeletalLODTests.cpp
  110. Tests/SkeletonNodeSearchTests.cpp
  111. Tests/SyncingSystemTests.cpp
  112. Tests/SystemComponentFixture.h
  113. Tests/SystemComponentTests.cpp
  114. Tests/TransformUnitTests.cpp
  115. Tests/Vector2ToVector3CompatibilityTests.cpp
  116. Tests/Vector3ParameterTests.cpp
  117. Tests/PhysicsSetupUtils.h
  118. Tests/PhysicsSetupUtils.cpp
  119. Tests/MCore/CommandManagerTests.cpp
  120. Tests/MCore/CommandLineTests.cpp
  121. Tests/MCore/AlgorithmsTests.cpp
  122. Tests/Prefabs/LeftArmSkeleton.h
  123. Tests/TestAssetCode/MotionEvent.h
  124. Tests/TestAssetCode/MotionEvent.cpp
  125. Tests/TestAssetCode/TestActorAssets.h
  126. Tests/TestAssetCode/TestActorAssets.cpp
  127. Tests/TestAssetCode/TestMotionAssets.h
  128. Tests/TestAssetCode/TestMotionAssets.cpp
  129. Tests/Mocks/Actor.h
  130. Tests/Mocks/ActorManager.h
  131. Tests/Mocks/AnimGraph.h
  132. Tests/Mocks/AnimGraphInstance.h
  133. Tests/Mocks/AnimGraphManager.h
  134. Tests/Mocks/AnimGraphNode.h
  135. Tests/Mocks/AnimGraphObject.h
  136. Tests/Mocks/AnimGraphStateTransition.h
  137. Tests/Mocks/BlendTreeParameterNode.h
  138. Tests/Mocks/Command.h
  139. Tests/Mocks/CommandManager.h
  140. Tests/Mocks/CommandManagerCallback.h
  141. Tests/Mocks/CommandSystemCommandManager.h
  142. Tests/Mocks/EMotionFXManager.h
  143. Tests/Mocks/GroupParameter.h
  144. Tests/Mocks/Node.h
  145. Tests/Mocks/ObjectAffectedByParameterChanges.h
  146. Tests/Mocks/Parameter.h
  147. Tests/Mocks/ParameterFactory.h
  148. Tests/Mocks/PhysicsRagdoll.h
  149. Tests/Mocks/SimulatedObject.h
  150. Tests/Mocks/SimulatedObjectSetup.h
  151. Tests/Mocks/Skeleton.h
  152. Tests/Mocks/ValueParameter.h
  153. Tests/Integration/PoseComparisonFixture.h
  154. Tests/Integration/PoseComparisonTests.cpp
  155. Tests/Integration/EntityComponentFixture.h
  156. Tests/Integration/EntityComponentFixture.cpp
  157. Tests/Integration/ActorComponentRagdollTests.cpp
  158. Tests/Integration/ActorComponentAttachmentTest.cpp
  159. Tests/Integration/Components/AnimGraph/CanApplyDefaultParameterValues.cpp
  160. Tests/Game/SampleGameFixture.h
  161. Tests/Game/SamplePerformanceTests.cpp
  162. Tests/Bugs/CanDeleteExitNodeAfterItHasBeenActive.cpp
  163. Tests/AnimGraphParameterCommandsTests.cpp
  164. Tests/CommandAdjustSimulatedObjectTests.cpp
  165. Tests/SimulatedObjectSetupTests.cpp
  166. )
  167. # The following file wraps existing headers around a file specific namespace, causing any
  168. # file that uses any of the symbols in those files to fail because it wont find the symbol
  169. # due to it being hijacked
  170. set(SKIP_UNITY_BUILD_INCLUSION_FILES
  171. Tests/CommandAdjustSimulatedObjectTests.cpp
  172. )