Add additional component serialization tests for QuickBuildComponent, VendorComponent, and RenderComponent with comprehensive coverage

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:18:26 +00:00
parent de49b53366
commit 125c98570d
6 changed files with 491 additions and 0 deletions

View File

@@ -8,6 +8,9 @@ set(DCOMPONENTS_TESTS
"ControllablePhysicsComponentTests.cpp"
"SkillComponentTests.cpp"
"BuffComponentTests.cpp"
"QuickBuildComponentTests.cpp"
"VendorComponentTests.cpp"
"RenderComponentTests.cpp"
)
# Get the folder name and prepend it to the files above