summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qtcpsocket/CMakeLists.txt
blob: 051e58f3ab7361facede95fa45f18fcc17f4f1de (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

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