mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-09-06 07:18:42 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user