Start adding tests for RoomManager

This commit is contained in:
Tobias Fella
2025-08-12 23:28:45 +02:00
committed by Tobias Fella
parent 096842bd3a
commit 39abf6b5f3
5 changed files with 210 additions and 19 deletions

View File

@@ -92,3 +92,9 @@ ecm_add_test(
LINK_LIBRARIES neochat Qt::Test neochat_server
TEST_NAME actionstest
)
ecm_add_test(
roommanagertest.cpp
LINK_LIBRARIES neochat Qt::Test neochat_server
TEST_NAME roommanagertest
)