Commit Graph

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
9274494023 Fix component test compilation issues and enable all component tests
- Add missing component test files to CMakeLists.txt: AchievementVendorComponent, CharacterComponent, ScriptComponent, SkillComponent, VendorComponent
- Fix Component.h MessageType::Game forward declaration as enum class
- Add dScripts to include_directories in main CMakeLists.txt for CppScripts.h access
- Fix ScriptComponent test by adding GameMessages.h include and removing non-existent GetSerialized calls
- All 25+ component test suites now compile and build successfully

Co-authored-by: aronwk-aaron <26027722+aronwk-aaron@users.noreply.github.com>
2025-08-31 23:28:33 +00:00
copilot-swe-agent[bot]
856186636f 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>
2025-08-31 22:54:34 +00:00