Imported Upstream version 17.23.0
[platform/upstream/libzypp.git] / tests / repo / CMakeLists.txt
index 12ecf4d..69f5011 100644 (file)
@@ -4,4 +4,17 @@ ADD_SUBDIRECTORY( susetags )
 # to find the KeyRingTest receiver
 INCLUDE_DIRECTORIES( ${LIBZYPP_SOURCE_DIR}/tests/zypp )
 
-ADD_TESTS(RepoVariables ExtendedMetadata LocalServices)
+ADD_TESTS(
+  DUdata
+  ExtendedMetadata
+  PluginServices
+  RepoLicense
+  RepoSigcheck
+  RepoVariables
+)
+
+IF( NOT DISABLE_MEDIABACKEND_TESTS )
+ADD_TESTS(
+  MirrorList
+)
+ENDIF()