123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- #
- # Copyright (c) Contributors to the Open 3D Engine Project.
- # For complete copyright and license terms please see the LICENSE at the root of this distribution.
- #
- # SPDX-License-Identifier: Apache-2.0 OR MIT
- #
- #
- set(FILES
- Main.cpp
- ArchiveTests.cpp
- AssetFileInfoListComparison.cpp
- AssetSeedManager.cpp
- AssetSystemMocks.h
- BoundsTestComponent.cpp
- BoundsTestComponent.h
- ComponentAdapterTests.cpp
- ComponentAddRemove.cpp
- ComponentModeTestDoubles.cpp
- ComponentModeTestDoubles.h
- ComponentModeTestFixture.cpp
- ComponentModeTestFixture.h
- ComponentModeTests.cpp
- EditorTransformComponentSelectionTests.cpp
- EditorVertexSelectionTests.cpp
- Entity/EditorEntityContextComponentTests.cpp
- Entity/EditorEntityHelpersTests.cpp
- Entity/EditorEntitySearchComponentTests.cpp
- Entity/EditorEntitySelectionTests.cpp
- Entity/EntityUtilityComponentTests.cpp
- EntityIdQLabelTests.cpp
- EntityInspectorTests.cpp
- EntityOwnershipService/EntityOwnershipServiceTestFixture.cpp
- EntityOwnershipService/EntityOwnershipServiceTestFixture.h
- EntityOwnershipService/SliceEditorEntityOwnershipTests.cpp
- EntityOwnershipService/SliceEntityOwnershipTests.cpp
- EntityTestbed.h
- FileFunc.cpp
- FingerprintingTests.cpp
- FocusMode/EditorFocusModeFixture.cpp
- FocusMode/EditorFocusModeFixture.h
- FocusMode/EditorFocusModeSelectionTests.cpp
- FocusMode/EditorFocusModeTests.cpp
- GenericComponentWrapperTest.cpp
- InstanceDataHierarchy.cpp
- IntegerPrimtitiveTestConfig.h
- LogLines.cpp
- ManipulatorBoundsTests.cpp
- ManipulatorCoreTests.cpp
- ManipulatorViewTests.cpp
- PerforceComponentTests.cpp
- PlatformAddressedAssetCatalogTests.cpp
- Prefab/Benchmark/PrefabBenchmarkFixture.cpp
- Prefab/Benchmark/PrefabBenchmarkFixture.h
- Prefab/Benchmark/PrefabCreateBenchmarks.cpp
- Prefab/Benchmark/PrefabInstantiateBenchmarks.cpp
- Prefab/Benchmark/PrefabLoadBenchmarks.cpp
- Prefab/Benchmark/PrefabUpdateInstancesBenchmarks.cpp
- Prefab/Benchmark/SpawnableCreateBenchmarks.cpp
- Prefab/PrefabFocus/PrefabFocusTests.cpp
- Prefab/MockPrefabFileIOActionValidator.cpp
- Prefab/MockPrefabFileIOActionValidator.h
- Prefab/PrefabDuplicateTests.cpp
- Prefab/PrefabEntityAliasTests.cpp
- Prefab/PrefabInstanceToTemplatePropagatorTests.cpp
- Prefab/PrefabInstantiateTests.cpp
- Prefab/PrefabInstantiateTests.cpp
- Prefab/PrefabLoadTemplateTests.cpp
- Prefab/PrefabTestComponent.cpp
- Prefab/PrefabTestComponent.h
- Prefab/PrefabTestData.cpp
- Prefab/PrefabTestData.h
- Prefab/PrefabTestDataUtils.cpp
- Prefab/PrefabTestDataUtils.h
- Prefab/PrefabTestDomUtils.cpp
- Prefab/PrefabTestDomUtils.h
- Prefab/PrefabTestFixture.cpp
- Prefab/PrefabTestFixture.h
- Prefab/PrefabTestUndoFixture.cpp
- Prefab/PrefabTestUndoFixture.h
- Prefab/PrefabTestUtils.h
- Prefab/PrefabUndoLinkTests.cpp
- Prefab/PrefabUndoTests.cpp
- Prefab/PrefabUpdateInstancesTests.cpp
- Prefab/PrefabUpdateTemplateTests.cpp
- Prefab/PrefabUpdateWithPatchesTests.cpp
- Prefab/Spawnable/SpawnableMetaDataTests.cpp
- Prefab/SpawnableCreateTests.cpp
- Prefab/SpawnableRemoveEditorInfoTestFixture.cpp
- Prefab/SpawnableRemoveEditorInfoTestFixture.h
- Prefab/SpawnableRemoveEditorInfoTests.cpp
- Prefab/SpawnableSortEntitiesTestFixture.cpp
- Prefab/SpawnableSortEntitiesTestFixture.h
- Prefab/SpawnableSortEntitiesTests.cpp
- Prefab/PrefabScriptingTests.cpp
- Prefab/ProceduralPrefabAssetTests.cpp
- PropertyIntCtrlCommonTests.h
- PropertyIntSliderCtrlTests.cpp
- PropertyIntSpinCtrlTests.cpp
- PropertyTreeEditorTests.cpp
- PythonBindingTests.cpp
- QtWidgetLimitsTests.cpp
- Script/ScriptComponentTests.cpp
- Script/ScriptEntityTests.cpp
- Slice.cpp
- Slices.cpp
- SliceStabilityTests/SliceStabilityCreateTests.cpp
- SliceStabilityTests/SliceStabilityPushTests.cpp
- SliceStabilityTests/SliceStabilityReParentTests.cpp
- SliceStabilityTests/SliceStabilityTestFramework.cpp
- SliceStabilityTests/SliceStabilityTestFramework.h
- SliceUpgradeTests.cpp
- SliceUpgradeTestsData.h
- SpinBoxTests.cpp
- SQLiteConnectionTests.cpp
- ThumbnailerTests.cpp
- ToolsComponents/EditorLayerComponentTests.cpp
- ToolsComponents/EditorTransformComponentTests.cpp
- TransformComponent.cpp
- UI/EntityPropertyEditorTests.cpp
- UndoStack.cpp
- Viewport/ClusterTests.cpp
- Viewport/ViewportEditorModeTests.cpp
- Viewport/ViewportScreenTests.cpp
- Viewport/ViewportUiClusterTests.cpp
- Viewport/ViewportUiDisplayTests.cpp
- Viewport/ViewportUiManagerTests.cpp
- Viewport/ViewportUiWidgetManagerTests.cpp
- Visibility/EditorVisibilityTests.cpp
- )
|