summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/qdtls/CMakeLists.txt
blob: a3e2237decaf061913afff02b2eee10ae188f352 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## tst_qdtls Test:
#####################################################################

# Collect test data
list(APPEND test_data "certs")

qt_internal_add_test(tst_qdtls
    SOURCES
        tst_qdtls.cpp
    LIBRARIES
        Qt::NetworkPrivate
    TESTDATA ${test_data}
)