Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F33432232
CMakeLists.txt
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
1 KB
Subscribers
None
CMakeLists.txt
View Options
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: none
remove_definitions(-DQT_NO_CAST_FROM_ASCII)
include(ECMAddTests)
find_package(Qt${QT_MAJOR_VERSION}Test ${REQUIRED_QT_VERSION} CONFIG QUIET)
if(NOT TARGET Qt::Test)
message(STATUS "Qt${QT_MAJOR_VERSION}Test not found, autotests will not be built.")
return()
endif()
ecm_add_test(
flatkeylistmodeltest.cpp
abstractkeylistmodeltest.cpp
TEST_NAME flatkeylistmodeltest
LINK_LIBRARIES KPim${KF_MAJOR_VERSION}::Libkleo Qt::Test
)
ecm_add_test(
hierarchicalkeylistmodeltest.cpp
abstractkeylistmodeltest.cpp
abstractkeylistmodeltest.h
TEST_NAME hierarchicalkeylistmodeltest
LINK_LIBRARIES KPim${KF_MAJOR_VERSION}::Libkleo Qt::Test
)
ecm_add_test(
keyresolvercoretest.cpp
keyresolvercoretest.qrc
TEST_NAME keyresolvercoretest
LINK_LIBRARIES KPim${KF_MAJOR_VERSION}::Libkleo Qt::Test
)
ecm_add_tests(
editdirectoryservicedialogtest.cpp
LINK_LIBRARIES KPim${KF_MAJOR_VERSION}::Libkleo KF${KF_MAJOR_VERSION}::WidgetsAddons Qt::Widgets Qt::Test
)
ecm_add_tests(
keyselectioncombotest.cpp
keyserverconfigtest.cpp
newkeyapprovaldialogtest.cpp
LINK_LIBRARIES KPim${KF_MAJOR_VERSION}::Libkleo Qt::Widgets Qt::Test
)
ecm_add_test(
expirycheckertest.cpp
expirycheckertest.qrc
testhelpers.h
TEST_NAME expirycheckertest
LINK_LIBRARIES
KPim${KF_MAJOR_VERSION}::Libkleo
Qt::Test
)
ecm_add_tests(
hextest.cpp
LINK_LIBRARIES KPim${KF_MAJOR_VERSION}::Libkleo Qt::Test
)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 22, 1:28 PM (1 d, 5 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
63/94/291bb550e8b43519d5997cb5bc86
Attached To
rLIBKLEO Libkleo
Event Timeline
Log In to Comment