69f5011af778c13f0085e5436b29c603a6f02101
[platform/upstream/libzypp.git] / tests / repo / CMakeLists.txt
1 ADD_SUBDIRECTORY( yum )
2 ADD_SUBDIRECTORY( susetags )
3
4 # to find the KeyRingTest receiver
5 INCLUDE_DIRECTORIES( ${LIBZYPP_SOURCE_DIR}/tests/zypp )
6
7 ADD_TESTS(
8   DUdata
9   ExtendedMetadata
10   PluginServices
11   RepoLicense
12   RepoSigcheck
13   RepoVariables
14 )
15
16 IF( NOT DISABLE_MEDIABACKEND_TESTS )
17 ADD_TESTS(
18   MirrorList
19 )
20 ENDIF()