diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-07-05 01:32:39 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2021-08-22 16:09:02 +0200 |
| commit | e1a904a51fbe4bb9df9eeaa5b9d1048cfdd1befb (patch) | |
| tree | 5e18da1562f7aebddebc6e74d5fb81098069bde7 /tests/CMakeLists.txt | |
| parent | 6172dad1d7cc2b5816540503644da7704188f92a (diff) | |
| download | qxmpp-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.txt | 1 |
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) |
