Add autotest for server notice handling

This commit is contained in:
Tobias Fella
2025-08-11 17:30:49 +02:00
parent 1477159376
commit ed65855cdd
2 changed files with 93 additions and 0 deletions

View File

@@ -93,6 +93,12 @@ ecm_add_test(
TEST_NAME actionstest
)
ecm_add_test(
servernoticestest.cpp
LINK_LIBRARIES neochat Qt::Test neochat_server
TEST_NAME servernoticestest
)
ecm_add_test(
roommanagertest.cpp
LINK_LIBRARIES neochat Qt::Test neochat_server