Regenerate tests/auto/corelib/tools

Change-Id: I1ea8fbf509c7e6d556ebd974fcff9084bc668e17
Reviewed-by: Leander Beernaert <leander.beernaert@qt.io>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Reviewed-by: Qt CMake Build Bot
This commit is contained in:
Alexandru Croitor 2019-11-12 13:25:40 +01:00
parent 5447ccd469
commit 8076afb3c6
29 changed files with 296 additions and 38 deletions

View File

@ -1 +1,10 @@
add_qt_test(tst_qalgorithms SOURCES tst_qalgorithms.cpp)
# Generated from qalgorithms.pro.
#####################################################################
## tst_qalgorithms Test:
#####################################################################
add_qt_test(tst_qalgorithms
SOURCES
tst_qalgorithms.cpp
)

View File

@ -1,4 +1,11 @@
add_qt_test(tst_qarraydata SOURCES
tst_qarraydata.cpp
# Generated from qarraydata.pro.
#####################################################################
## tst_qarraydata Test:
#####################################################################
add_qt_test(tst_qarraydata
SOURCES
simplevector.h
tst_qarraydata.cpp
)

View File

@ -1 +1,10 @@
add_qt_test(tst_qbitarray SOURCES tst_qbitarray.cpp)
# Generated from qbitarray.pro.
#####################################################################
## tst_qbitarray Test:
#####################################################################
add_qt_test(tst_qbitarray
SOURCES
tst_qbitarray.cpp
)

View File

@ -1 +1,10 @@
add_qt_test(tst_qcache SOURCES tst_qcache.cpp)
# Generated from qcache.pro.
#####################################################################
## tst_qcache Test:
#####################################################################
add_qt_test(tst_qcache
SOURCES
tst_qcache.cpp
)

View File

@ -4,17 +4,8 @@
## qcommandlineparser_test_helper Binary:
#####################################################################
# special case
add_qt_test_helper(qcommandlineparser_test_helper
add_qt_executable(qcommandlineparser_test_helper
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
SOURCES
qcommandlineparser_test_helper.cpp
)
# special case
set_target_properties(qcommandlineparser_test_helper PROPERTIES
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
#### Keys ignored in scope 1:tests/auto/corelib/tools/qcommandlineparser/testhelper:tests/auto/corelib/tools/qcommandlineparser/testhelper/qcommandlineparser_test_helper.pro:<NONE>:
# CONFIG = "console" "-app_bundle"
# DESTDIR = "./"

View File

@ -1 +1,10 @@
add_qt_test(tst_qcontiguouscache SOURCES tst_qcontiguouscache.cpp)
# Generated from qcontiguouscache.pro.
#####################################################################
## tst_qcontiguouscache Test:
#####################################################################
add_qt_test(tst_qcontiguouscache
SOURCES
tst_qcontiguouscache.cpp
)

View File

@ -1 +1,10 @@
add_qt_test(tst_qeasingcurve SOURCES tst_qeasingcurve.cpp)
# Generated from qeasingcurve.pro.
#####################################################################
## tst_qeasingcurve Test:
#####################################################################
add_qt_test(tst_qeasingcurve
SOURCES
tst_qeasingcurve.cpp
)

View File

@ -1 +1,10 @@
add_qt_test(tst_qexplicitlyshareddatapointer SOURCES tst_qexplicitlyshareddatapointer.cpp)
# Generated from qexplicitlyshareddatapointer.pro.
#####################################################################
## tst_qexplicitlyshareddatapointer Test:
#####################################################################
add_qt_test(tst_qexplicitlyshareddatapointer
SOURCES
tst_qexplicitlyshareddatapointer.cpp
)

View File

@ -0,0 +1,12 @@
# Generated from qhash.pro.
#####################################################################
## tst_qhash Test:
#####################################################################
add_qt_test(tst_qhash
SOURCES
tst_qhash.cpp
DEFINES
-QT_NO_JAVA_STYLE_ITERATORS
)

View File

@ -1 +1,12 @@
add_qt_test(tst_qhash SOURCES tst_qhash.cpp)
# Generated from qhash.pro.
#####################################################################
## tst_qhash Test:
#####################################################################
add_qt_test(tst_qhash
SOURCES
tst_qhash.cpp
DEFINES
#-QT_NO_JAVA_STYLE_ITERATORS # special case remove
)

View File

@ -1 +1,10 @@
add_qt_test(tst_qhashfunctions SOURCES tst_qhashfunctions.cpp)
# Generated from qhashfunctions.pro.
#####################################################################
## tst_qhashfunctions Test:
#####################################################################
add_qt_test(tst_qhashfunctions
SOURCES
tst_qhashfunctions.cpp
)

View File

@ -1 +1,12 @@
add_qt_test(tst_qmakearray SOURCES tst_qmakearray.cpp LIBRARIES Qt::CorePrivate)
# Generated from qmakearray.pro.
#####################################################################
## tst_qmakearray Test:
#####################################################################
add_qt_test(tst_qmakearray
SOURCES
tst_qmakearray.cpp
LIBRARIES
Qt::CorePrivate
)

View File

@ -0,0 +1,12 @@
# Generated from qmap.pro.
#####################################################################
## tst_qmap Test:
#####################################################################
add_qt_test(tst_qmap
SOURCES
tst_qmap.cpp
DEFINES
-QT_NO_JAVA_STYLE_ITERATORS
)

View File

@ -1 +1,12 @@
add_qt_test(tst_qmap SOURCES tst_qmap.cpp)
# Generated from qmap.pro.
#####################################################################
## tst_qmap Test:
#####################################################################
add_qt_test(tst_qmap
SOURCES
tst_qmap.cpp
DEFINES
#-QT_NO_JAVA_STYLE_ITERATORS # special case remove
)

View File

@ -1 +1,10 @@
add_qt_test(tst_qmargins SOURCES tst_qmargins.cpp)
# Generated from qmargins.pro.
#####################################################################
## tst_qmargins Test:
#####################################################################
add_qt_test(tst_qmargins
SOURCES
tst_qmargins.cpp
)

View File

@ -1 +1,10 @@
add_qt_test(tst_qmessageauthenticationcode SOURCES tst_qmessageauthenticationcode.cpp)
# Generated from qmessageauthenticationcode.pro.
#####################################################################
## tst_qmessageauthenticationcode Test:
#####################################################################
add_qt_test(tst_qmessageauthenticationcode
SOURCES
tst_qmessageauthenticationcode.cpp
)

View File

@ -1 +1,13 @@
add_qt_test(tst_qpair SOURCES tst_qpair.cpp)
# Generated from qpair.pro.
#####################################################################
## tst_qpair Test:
#####################################################################
add_qt_test(tst_qpair
SOURCES
tst_qpair.cpp
)
## Scopes:
#####################################################################

View File

@ -1 +1,10 @@
add_qt_test(tst_qpoint SOURCES tst_qpoint.cpp)
# Generated from qpoint.pro.
#####################################################################
## tst_qpoint Test:
#####################################################################
add_qt_test(tst_qpoint
SOURCES
tst_qpoint.cpp
)

View File

@ -1 +1,10 @@
add_qt_test(tst_qpointf SOURCES tst_qpointf.cpp)
# Generated from qpointf.pro.
#####################################################################
## tst_qpointf Test:
#####################################################################
add_qt_test(tst_qpointf
SOURCES
tst_qpointf.cpp
)

View File

@ -1 +1,10 @@
add_qt_test(tst_qqueue SOURCES tst_qqueue.cpp)
# Generated from qqueue.pro.
#####################################################################
## tst_qqueue Test:
#####################################################################
add_qt_test(tst_qqueue
SOURCES
tst_qqueue.cpp
)

View File

@ -1 +1,10 @@
add_qt_test(tst_qrect SOURCES tst_qrect.cpp)
# Generated from qrect.pro.
#####################################################################
## tst_qrect Test:
#####################################################################
add_qt_test(tst_qrect
SOURCES
tst_qrect.cpp
)

View File

@ -1 +1,12 @@
add_qt_test(tst_qringbuffer SOURCES tst_qringbuffer.cpp LIBRARIES Qt::CorePrivate)
# Generated from qringbuffer.pro.
#####################################################################
## tst_qringbuffer Test:
#####################################################################
add_qt_test(tst_qringbuffer
SOURCES
tst_qringbuffer.cpp
LIBRARIES
Qt::CorePrivate
)

View File

@ -1 +1,10 @@
add_qt_test(tst_qscopedpointer SOURCES tst_qscopedpointer.cpp)
# Generated from qscopedpointer.pro.
#####################################################################
## tst_qscopedpointer Test:
#####################################################################
add_qt_test(tst_qscopedpointer
SOURCES
tst_qscopedpointer.cpp
)

View File

@ -1 +1,10 @@
add_qt_test(tst_qscopedvaluerollback SOURCES tst_qscopedvaluerollback.cpp)
# Generated from qscopedvaluerollback.pro.
#####################################################################
## tst_qscopedvaluerollback Test:
#####################################################################
add_qt_test(tst_qscopedvaluerollback
SOURCES
tst_qscopedvaluerollback.cpp
)

View File

@ -1 +1,10 @@
add_qt_test(tst_qscopeguard SOURCES tst_qscopeguard.cpp)
# Generated from qscopeguard.pro.
#####################################################################
## tst_qscopeguard Test:
#####################################################################
add_qt_test(tst_qscopeguard
SOURCES
tst_qscopeguard.cpp
)

View File

@ -1 +1,10 @@
add_qt_test(tst_qsize SOURCES tst_qsize.cpp)
# Generated from qsize.pro.
#####################################################################
## tst_qsize Test:
#####################################################################
add_qt_test(tst_qsize
SOURCES
tst_qsize.cpp
)

View File

@ -1 +1,10 @@
add_qt_test(tst_qsizef SOURCES tst_qsizef.cpp)
# Generated from qsizef.pro.
#####################################################################
## tst_qsizef Test:
#####################################################################
add_qt_test(tst_qsizef
SOURCES
tst_qsizef.cpp
)

View File

@ -1 +1,10 @@
add_qt_test(tst_qstl SOURCES tst_qstl.cpp)
# Generated from qstl.pro.
#####################################################################
## tst_qstl Test:
#####################################################################
add_qt_test(tst_qstl
SOURCES
tst_qstl.cpp
)

View File

@ -1 +1,10 @@
add_qt_test(tst_qtimeline SOURCES tst_qtimeline.cpp)
# Generated from qtimeline.pro.
#####################################################################
## tst_qtimeline Test:
#####################################################################
add_qt_test(tst_qtimeline
SOURCES
tst_qtimeline.cpp
)