summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qtcpsocket/CMakeLists.txt
blob: 1f1847680102d81ea7c03c70d63b04f40ea9f83f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from qtcpsocket.pro.

if(NOT QT_FEATURE_private_tests)
    return()
endif()
add_subdirectory(test)
if(NOT VXWORKS)
    add_subdirectory(stressTest)
endif()