Add basic tests for actions

This commit is contained in:
Tobias Fella
2024-12-22 16:16:07 +01:00
parent 6bdb67f504
commit 3fce30f709
2 changed files with 74 additions and 0 deletions

View File

@@ -82,3 +82,9 @@ ecm_add_test(
LINK_LIBRARIES neochat Qt::Test
TEST_NAME messagecontentmodeltest
)
ecm_add_test(
actionstest.cpp
LINK_LIBRARIES neochat Qt::Test
TEST_NAME actionstest
)