Imported Upstream version 16.3.2
[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   Locale
25   Locks
26   MediaSetAccess
27   PathInfo
28   Pathname
29   PluginFrame
30   PoolQuery
31   ProgressData
32   PtrTypes
33   PublicKey
34   RWPtr
35   RepoInfo
36   RepoManager
37   RepoStatus
38   ResKind
39   ResStatus
40   Selectable
41   SetRelationMixin
42   SetTracker
43   StrMatcher
44   Target
45   Url
46   UserData
47   Vendor
48   Vendor2
49 )
50