Add MovingPlatformComponent and ModelComponent serialization tests

Co-authored-by: aronwk-aaron <26027722+aronwk-aaron@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-31 19:23:28 +00:00
parent d19ba5ed59
commit f86024e06d
3 changed files with 490 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
set(DCOMPONENTS_TESTS
"DestroyableComponentTests.cpp"
"ModelComponentTests.cpp"
"MovingPlatformComponentTests.cpp"
"PetComponentTests.cpp"
"SimplePhysicsComponentTests.cpp"
"SavingTests.cpp"