Imported Upstream version 14.45.0
[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   Dup
16   Digest
17   Deltarpm
18   Edition
19   Fetcher
20   FileChecker
21   Flags
22   InstanceId
23   KeyRing
24   Locks
25   MediaSetAccess
26   PathInfo
27   Pathname
28   PluginFrame
29   PoolQuery
30   ProgressData
31   PtrTypes
32   PublicKey
33   RWPtr
34   RepoInfo
35   RepoManager
36   RepoStatus
37   ResKind
38   ResStatus
39   Selectable
40   SetRelationMixin
41   StrMatcher
42   Target
43   Url
44   UserData
45   Vendor
46   Vendor2
47 )
48