Refactor NeoChatRoomTest

This commit is contained in:
Tobias Fella
2026-01-25 23:23:19 +01:00
committed by Tobias Fella
parent 6dce1564b7
commit 8b6f5447e1
2 changed files with 28 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ add_definitions(-DDATA_DIR="${CMAKE_CURRENT_SOURCE_DIR}/data" )
ecm_add_test(
neochatroomtest.cpp
LINK_LIBRARIES neochat Qt::Test
LINK_LIBRARIES neochat Qt::Test Qt::HttpServer neochat_server
TEST_NAME neochatroomtest
)