Files
dota_factory/src/test/CMakeLists.txt

41 lines
870 B
CMake

add_files(
TEST_FILES
TestConfig.h
test.cpp
FormulaTest.cpp
ConfigLoaderTest.cpp
SimulationTest.cpp
BeltSystemTest.cpp
SurfaceMaskTest.cpp
BeltDragPathTest.cpp
TunnelCompletionTest.cpp
WorldCoordinatesTest.cpp
WorldCameraTest.cpp
SelectionControllerTest.cpp
BuildModeControllerTest.cpp
BuildingTest.cpp
BuildingConfigTest.cpp
ShipTest.cpp
DebrisTest.cpp
BehaviorSystemTest.cpp
WaveSystemTest.cpp
CombatSystemTest.cpp
ShipyardTest.cpp
BlueprintTest.cpp
BlueprintSerializerTest.cpp
ModuleConfigTest.cpp
ShipModuleTest.cpp
ThreatCostCalculatorTest.cpp
RecipeSchematicTest.cpp
UnlockPrereqTest.cpp
UnlockGroupTest.cpp
ArtifactWinConditionTest.cpp
DeterminismTest.cpp
CommandTest.cpp
ReplayRecorderTest.cpp
ReplayPlaybackTest.cpp
)