39 lines
1.0 KiB
CMake
39 lines
1.0 KiB
CMake
# Generated from qsslcertificate.pro.
|
|
|
|
#####################################################################
|
|
## tst_qsslcertificate Test:
|
|
#####################################################################
|
|
|
|
# special case begin
|
|
# This test requires private tests to properly build
|
|
if (NOT QT_FEATURE_private_tests)
|
|
return()
|
|
endif()
|
|
# special case end
|
|
|
|
# Collect test data
|
|
file(GLOB_RECURSE test_data_glob
|
|
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
|
certificates/*)
|
|
list(APPEND test_data ${test_data_glob})
|
|
file(GLOB_RECURSE test_data_glob
|
|
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
|
more-certificates/*)
|
|
list(APPEND test_data ${test_data_glob})
|
|
file(GLOB_RECURSE test_data_glob
|
|
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
|
verify-certs/*)
|
|
list(APPEND test_data ${test_data_glob})
|
|
file(GLOB_RECURSE test_data_glob
|
|
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
|
pkcs12/*)
|
|
list(APPEND test_data ${test_data_glob})
|
|
|
|
qt_internal_add_test(tst_qsslcertificate
|
|
SOURCES
|
|
tst_qsslcertificate.cpp
|
|
PUBLIC_LIBRARIES
|
|
Qt::Network
|
|
TESTDATA ${test_data}
|
|
)
|