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:
parent
5447ccd469
commit
8076afb3c6
@ -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
|
||||||
|
)
|
||||||
|
@ -1,4 +1,11 @@
|
|||||||
add_qt_test(tst_qarraydata SOURCES
|
# Generated from qarraydata.pro.
|
||||||
tst_qarraydata.cpp
|
|
||||||
|
#####################################################################
|
||||||
|
## tst_qarraydata Test:
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
|
add_qt_test(tst_qarraydata
|
||||||
|
SOURCES
|
||||||
simplevector.h
|
simplevector.h
|
||||||
|
tst_qarraydata.cpp
|
||||||
)
|
)
|
||||||
|
@ -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
|
||||||
|
)
|
||||||
|
@ -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
|
||||||
|
)
|
||||||
|
@ -4,17 +4,8 @@
|
|||||||
## qcommandlineparser_test_helper Binary:
|
## qcommandlineparser_test_helper Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
# special case
|
add_qt_executable(qcommandlineparser_test_helper
|
||||||
add_qt_test_helper(qcommandlineparser_test_helper
|
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||||
SOURCES
|
SOURCES
|
||||||
qcommandlineparser_test_helper.cpp
|
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 = "./"
|
|
||||||
|
@ -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
|
||||||
|
)
|
||||||
|
@ -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
|
||||||
|
)
|
||||||
|
@ -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
|
||||||
|
)
|
||||||
|
12
tests/auto/corelib/tools/qhash/.prev_CMakeLists.txt
Normal file
12
tests/auto/corelib/tools/qhash/.prev_CMakeLists.txt
Normal 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
|
||||||
|
)
|
@ -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
|
||||||
|
)
|
||||||
|
@ -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
|
||||||
|
)
|
||||||
|
@ -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
|
||||||
|
)
|
||||||
|
12
tests/auto/corelib/tools/qmap/.prev_CMakeLists.txt
Normal file
12
tests/auto/corelib/tools/qmap/.prev_CMakeLists.txt
Normal 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
|
||||||
|
)
|
@ -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
|
||||||
|
)
|
||||||
|
@ -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
|
||||||
|
)
|
||||||
|
@ -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
|
||||||
|
)
|
||||||
|
@ -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:
|
||||||
|
#####################################################################
|
||||||
|
@ -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
|
||||||
|
)
|
||||||
|
@ -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
|
||||||
|
)
|
||||||
|
@ -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
|
||||||
|
)
|
||||||
|
@ -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
|
||||||
|
)
|
||||||
|
@ -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
|
||||||
|
)
|
||||||
|
@ -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
|
||||||
|
)
|
||||||
|
@ -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
|
||||||
|
)
|
||||||
|
@ -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
|
||||||
|
)
|
||||||
|
@ -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
|
||||||
|
)
|
||||||
|
@ -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
|
||||||
|
)
|
||||||
|
@ -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
|
||||||
|
)
|
||||||
|
@ -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
|
||||||
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user