aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 4155f42c..cf6def66 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -76,8 +76,17 @@ if(WITH_GSTREAMER)
add_simple_test(qxmppcallmanager)
endif()
+if(WITH_OMEMO)
+ if(BUILD_INTERNAL_TESTS)
+ add_simple_test(qxmppomemodata)
+ endif()
+ add_simple_test(qxmppomemomemorystorage)
+
+ add_simple_test(qxmppomemomanager)
+ target_link_libraries(tst_qxmppomemomanager PkgConfig::OmemoC qca-qt${QT_VERSION_MAJOR})
+endif()
+
if(BUILD_INTERNAL_TESTS)
- add_simple_test(qxmppomemodata)
add_simple_test(qxmppsasl)
add_simple_test(qxmppstreaminitiationiq)
endif()