Remove component tests and focus on network packet and mail bitstream tests

Co-authored-by: aronwk-aaron <26027722+aronwk-aaron@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-31 16:59:56 +00:00
parent 74fb9428bb
commit 177319438d
11 changed files with 4 additions and 726 deletions

View File

@@ -1,17 +1,8 @@
set(DCOMPONENTS_TESTS
"DestroyableComponentTests.cpp"
"PetComponentTests.cpp"
"SimplePhysicsComponentTests.cpp"
"SavingTests.cpp"
"CharacterComponentTests.cpp"
"InventoryComponentTests.cpp"
"ControllablePhysicsComponentTests.cpp"
"SkillComponentTests.cpp"
"BuffComponentTests.cpp"
"QuickBuildComponentTests.cpp"
"VendorComponentTests.cpp"
"RenderComponentTests.cpp"
"ActivityComponentTests.cpp"
"DestroyableComponentTests.cpp"
"PetComponentTests.cpp"
"SimplePhysicsComponentTests.cpp"
"SavingTests.cpp"
)
# Get the folder name and prepend it to the files above