46122276ef5dd1e74231ab34a3ca4957884e84d2
[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 "${LIBZYPP_SOURCE_DIR}/tests/zypp/data/Vendor/vendors.d")
5 FILE(MAKE_DIRECTORY "${LIBZYPP_BINARY_DIR}/tests/zypp/data/Vendor")
6 CONFIGURE_FILE(${LIBZYPP_SOURCE_DIR}/tests/zypp/data/Vendor/zypp2.conf.cmake ${LIBZYPP_BINARY_DIR}/tests/zypp/data/Vendor/zypp2.conf @ONLY)
7
8 ADD_TESTS(
9   Arch
10   Capabilities
11   CheckSum
12   ContentType
13   CpeId
14   Date
15   DrunkenBishop
16   Dup
17   Digest
18   Deltarpm
19   Edition
20   ExtendedPool
21   Fetcher
22   FileChecker
23   Flags
24   InstanceId
25   KeyRing
26   Locale
27   Locks
28   MediaSetAccess
29   PathInfo
30   Pathname
31   PluginFrame
32   PoolQueryCC
33   PoolQuery
34   ProgressData
35   PtrTypes
36   PublicKey
37   RWPtr
38   RepoInfo
39   RepoManager
40   RepoStatus
41   ResKind
42   Resolver
43   ResStatus
44   Selectable
45   SetRelationMixin
46   SetTracker
47   StrMatcher
48   Target
49   Url
50   UserData
51   Vendor
52   Vendor2
53 )
54