Add test that runs each model with a QAbstractItemModelTester

This commit is contained in:
Tobias Fella
2025-08-04 23:08:19 +02:00
committed by Tobias Fella
parent 971875c8a2
commit 1fb215dae7
2 changed files with 610 additions and 0 deletions

View File

@@ -104,3 +104,9 @@ ecm_add_test(
LINK_LIBRARIES neochat Qt::Test neochat_server
TEST_NAME roommanagertest
)
ecm_add_test(
modeltest.cpp
LINK_LIBRARIES neochat Qt::Test neochat_server Devtools
TEST_NAME modeltest
)