aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2021-10-17 17:19:48 +0200
committerLinus Jahn <lnj@kaidan.im>2021-10-18 19:23:21 +0200
commitba1e5dff3ad852573aadad2e378899f7d9b03355 (patch)
tree0e55993d20380cd1867a80343022b58d18e0ac2d /tests/CMakeLists.txt
parente4970a79535dd5cfff2d010049cf39b644a87850 (diff)
downloadqxmpp-ba1e5dff3ad852573aadad2e378899f7d9b03355.tar.gz
Add parsing/serialization for SCE envelope
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 b01b691d..0cce4582 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -52,6 +52,7 @@ add_simple_test(qxmppresultset)
add_simple_test(qxmpprosteriq)
add_simple_test(qxmpprostermanager TestClient.h)
add_simple_test(qxmpprpciq)
+add_simple_test(qxmppsceenvelope)
add_simple_test(qxmppserver)
add_simple_test(qxmppsessioniq)
add_simple_test(qxmppsocks)