Imported Upstream version 17.23.0
[platform/upstream/libzypp.git] / tests / repo / CMakeLists.txt
index 4b6dd45..69f5011 100644 (file)
@@ -1 +1,20 @@
-ADD_SUBDIRECTORY( yum )
\ No newline at end of file
+ADD_SUBDIRECTORY( yum )
+ADD_SUBDIRECTORY( susetags )
+
+# to find the KeyRingTest receiver
+INCLUDE_DIRECTORIES( ${LIBZYPP_SOURCE_DIR}/tests/zypp )
+
+ADD_TESTS(
+  DUdata
+  ExtendedMetadata
+  PluginServices
+  RepoLicense
+  RepoSigcheck
+  RepoVariables
+)
+
+IF( NOT DISABLE_MEDIABACKEND_TESTS )
+ADD_TESTS(
+  MirrorList
+)
+ENDIF()