Rearrange the automatic tests.
Split them into unit and integration tests. Integration tests really need to be run on the real platform (not in a VM etc) since they are somewhat unstable or nonfunctional otherwise. A few tests were previously broken by QUrl changes and they were repaired. Removed one test since it was not providing a lot of value. There are still a number of tests that rely on Q_AUTOTEST_EXPORT symbols. Change-Id: Ic402abf0af946baa5945075d975b3f584f9ef280 Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
7dfb883df6
commit
e3a8c165ea
@@ -0,0 +1,18 @@
|
||||
CONFIG += testcase
|
||||
TARGET = tst_qpaintervideosurface
|
||||
|
||||
QT += multimedia-private multimediawidgets-private testlib
|
||||
CONFIG += no_private_qt_headers_warning
|
||||
contains(QT_CONFIG, opengl) | contains(QT_CONFIG, opengles2) {
|
||||
QT += opengl
|
||||
} else {
|
||||
DEFINES += QT_NO_OPENGL
|
||||
}
|
||||
|
||||
contains(QT_CONFIG, opengl): QT += opengl
|
||||
|
||||
SOURCES += tst_qpaintervideosurface.cpp
|
||||
|
||||
# QPA-minimal and OpenGL don't get along
|
||||
CONFIG += insignificant_test
|
||||
QT+=widgets
|
||||
1249
tests/auto/unit/qpaintervideosurface/tst_qpaintervideosurface.cpp
Normal file
1249
tests/auto/unit/qpaintervideosurface/tst_qpaintervideosurface.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user