Imported Upstream version 16.6.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   ExtendedPool
20   Fetcher
21   FileChecker
22   Flags
23   InstanceId
24   KeyRing
25   Locale
26   Locks
27   MediaSetAccess
28   PathInfo
29   Pathname
30   PluginFrame
31   PoolQuery
32   ProgressData
33   PtrTypes
34   PublicKey
35   RWPtr
36   RepoInfo
37   RepoManager
38   RepoStatus
39   ResKind
40   ResStatus
41   Selectable
42   SetRelationMixin
43   SetTracker
44   StrMatcher
45   Target
46   Url
47   UserData
48   Vendor
49   Vendor2
50 )
51