- add ability to autodiscover indexes.
[platform/upstream/libzypp.git] / tests / zypp / CMakeLists.txt
1 ADD_SUBDIRECTORY(base)
2
3 # set the vendor.d paths correctly for the tests
4 SET(VENDOR_D "${CMAKE_SOURCE_DIR}/tests/zypp/data/Vendor/vendors.d")
5 FILE(MAKE_DIRECTORY "${CMAKE_BINARY_DIR}/tests/zypp/data/Vendor")
6 CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/tests/zypp/data/Vendor/zypp2.conf.cmake ${CMAKE_BINARY_DIR}/tests/zypp/data/Vendor/zypp2.conf @ONLY)
7
8 ADD_TESTS(
9   Arch
10   Capabilities
11   CheckSum
12   Digest
13   Deltarpm
14   Edition
15   Fetcher
16   FileChecker
17   KeyRing
18   Locks
19   MediaSetAccess
20   PathInfo
21   PoolQuery
22   ProgressData
23   PublicKey
24   RWPtr
25   RepoInfo
26   RepoManager
27   Reports
28   RepoStatus
29   ResKind
30   ResStatus
31   Target
32   Url
33   Vendor
34   Vendor2
35 )
36