Continue adding component tests: AchievementVendor, Character, QuickBuild, Script, Skill, Vendor tests (compilation fixes needed)

Co-authored-by: aronwk-aaron <26027722+aronwk-aaron@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-31 22:54:34 +00:00
parent f4a9cd21be
commit 856186636f
7 changed files with 936 additions and 0 deletions

View File

@@ -1,8 +1,10 @@
set(DCOMPONENTS_TESTS
"AchievementVendorComponentTests.cpp"
"ActivityComponentTests.cpp"
"BaseCombatAIComponentTests.cpp"
"BouncerComponentTests.cpp"
"BuffComponentTests.cpp"
"CharacterComponentTests.cpp"
"CollectibleComponentTests.cpp"
"ControllablePhysicsComponentTests.cpp"
"DestroyableComponentTests.cpp"
@@ -15,10 +17,14 @@ set(DCOMPONENTS_TESTS
"ModelComponentTests.cpp"
"MovingPlatformComponentTests.cpp"
"PetComponentTests.cpp"
"QuickBuildComponentTests.cpp"
"RenderComponentTests.cpp"
"SavingTests.cpp"
"ScriptComponentTests.cpp"
"SimplePhysicsComponentTests.cpp"
"SkillComponentTests.cpp"
"SwitchComponentTests.cpp"
"VendorComponentTests.cpp"
)
# Get the folder name and prepend it to the files above