b40e049429
* Added array index operators to Spawnable(Const)EntityContainerView. This commit also includes some tweaks to the begin/end functions and unit tests. Ticket: https://github.com/o3de/o3de/issues/4110 Signed-off-by: AMZN-koppersr <82230785+AMZN-koppersr@users.noreply.github.com> * Fixed string formatter for assert in Spawnable(Const)EntityContainerView. Signed-off-by: AMZN-koppersr <82230785+AMZN-koppersr@users.noreply.github.com> * Added empty() to Spawnable(Const)EntityContainerView and made move functions use [[nodiscard]] Signed-off-by: AMZN-koppersr <82230785+AMZN-koppersr@users.noreply.github.com>
36 lines
876 B
CMake
36 lines
876 B
CMake
#
|
|
# 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
|
|
../../AzCore/Tests/Main.cpp
|
|
Spawnable/SpawnableEntitiesInterfaceTests.cpp
|
|
Spawnable/SpawnableEntitiesManagerTests.cpp
|
|
ArchiveCompressionTests.cpp
|
|
ArchiveTests.cpp
|
|
BehaviorEntityTests.cpp
|
|
BinToTextEncode.cpp
|
|
CameraInputTests.cpp
|
|
ClickDetectorTests.cpp
|
|
CursorStateTests.cpp
|
|
EntityContext.cpp
|
|
FileIO.cpp
|
|
FileTagTests.cpp
|
|
GenAppDescriptors.cpp
|
|
OctreePerformanceTests.cpp
|
|
OctreeTests.cpp
|
|
AssetCatalog.cpp
|
|
AssetProcessorConnection.cpp
|
|
NativeWindow.cpp
|
|
ProcessLaunchParseTests.cpp
|
|
Application.cpp
|
|
PlatformHelper.cpp
|
|
Scene.cpp
|
|
CameraState.cpp
|
|
InputTests.cpp
|
|
)
|