Imported Upstream version 17.23.0
[platform/upstream/libzypp.git] / tests / repo / CMakeLists.txt
index 571c9ca..69f5011 100644 (file)
@@ -1,4 +1,20 @@
 ADD_SUBDIRECTORY( yum )
 ADD_SUBDIRECTORY( susetags )
 
-ADD_TESTS(RepoVariables)
+# 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()