Add initial comprehensive component serialization tests for CharacterComponent, InventoryComponent, ControllablePhysicsComponent, SkillComponent, and BuffComponent

Co-authored-by: aronwk-aaron <26027722+aronwk-aaron@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-31 06:11:52 +00:00
parent 5a17e6cf23
commit de49b53366
6 changed files with 709 additions and 0 deletions

View File

@@ -3,6 +3,11 @@ set(DCOMPONENTS_TESTS
"PetComponentTests.cpp"
"SimplePhysicsComponentTests.cpp"
"SavingTests.cpp"
"CharacterComponentTests.cpp"
"InventoryComponentTests.cpp"
"ControllablePhysicsComponentTests.cpp"
"SkillComponentTests.cpp"
"BuffComponentTests.cpp"
)
# Get the folder name and prepend it to the files above