CMake: Regenerate and fix qtcpsocket test

Change-Id: I1293ee604bd0a61abd7f6a5fa305defc4d6c9ae9
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Leander Beernaert 2020-03-18 15:51:36 +01:00
parent dfd37e27ca
commit dc4872be38
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,9 @@
# Generated from qtcpsocket.pro.
if(NOT QT_FEATURE_private_tests)
return()
endif()
add_subdirectory(test)
if(NOT VXWORKS)
add_subdirectory(stressTest)
endif()

View File

@ -5,6 +5,7 @@
#####################################################################
add_qt_test(tst_qtcpsocket
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../" # special case
SOURCES
../tst_qtcpsocket.cpp
PUBLIC_LIBRARIES