aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2019-11-16 22:39:26 +0100
committerLNJ <lnj@kaidan.im>2019-12-06 22:26:12 +0100
commitc470dbdfe053ef0e8d7e196982013f1edf2aaff5 (patch)
tree863217f93b2071caab71b343c12bc59af875d33d /tests/CMakeLists.txt
parenteb3e44bbe886315de76c89555403c95cd28e182f (diff)
downloadqxmpp-c470dbdfe053ef0e8d7e196982013f1edf2aaff5.tar.gz
Implement XEP-0231: Bits of Binary: content identifiers
This implements parsing and serialization of content identifiers from XEP-0231: Bits of Binary in version 1.0.
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 8cab71a7..9ea9d79a 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -16,6 +16,7 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
add_simple_test(qxmpparchiveiq)
add_simple_test(qxmppbindiq)
+add_simple_test(qxmppbitsofbinarycontentid)
add_simple_test(qxmppcallmanager)
add_simple_test(qxmppcarbonmanager)
add_simple_test(qxmppclient)