aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2020-07-05 01:32:39 +0200
committerLinus Jahn <lnj@kaidan.im>2021-08-22 16:09:02 +0200
commite1a904a51fbe4bb9df9eeaa5b9d1048cfdd1befb (patch)
tree5e18da1562f7aebddebc6e74d5fb81098069bde7 /tests/CMakeLists.txt
parent6172dad1d7cc2b5816540503644da7704188f92a (diff)
downloadqxmpp-e1a904a51fbe4bb9df9eeaa5b9d1048cfdd1befb.tar.gz
tests: Add tests for QXmppPubSubManager
Co-authored-by: Germán Márquez Mejía <mancho@olomono.de>
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index bad03081..0b7efc43 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -43,6 +43,7 @@ add_simple_test(qxmpppubsub)
add_simple_test(qxmpppubsubevent)
add_simple_test(qxmpppubsubforms)
add_simple_test(qxmpppubsubiq)
+add_simple_test(qxmpppubsubmanager TestClient.h)
add_simple_test(qxmppregisteriq)
add_simple_test(qxmppregistrationmanager)
add_simple_test(qxmppresultset)