diff options
author | Leander Beernaert <[email protected]> | 2019-08-07 16:25:52 +0200 |
---|---|---|
committer | Leander Beernaert <[email protected]> | 2019-08-14 14:01:58 +0000 |
commit | 4e14f6e70abb4a02a570a390f462736666b234a7 (patch) | |
tree | abd6ccb232ab16eabe1b41e6e76435ad248fb766 /tests/auto/qml/qjsvalueiterator | |
parent | 494dc05ea1758f2bee49ddb98712a030336acbd2 (diff) |
Add QtDeclarative Test Coverage
All tests compile and run on a developer build.
These tests are failing:
tst_qqmlsqldatabase Fails due to missing sql driver
tst_qqmlsqldatabase Fails in wip/qt6
tst_ququicklayouts Fails in wip/qt6
tst_flickableinterop Fails in wip/qt6
tst_qquickpinchandler Fails in wip/qt6
tst_qquickflickable Fails in wip/qt6
tst_qquickgridview Fails in wip/qt6
tst_qquickimage Fails due to missing jpeg plugin
tst_qquicklistview Fails in wip/qt6
tst_qquicktext Fails in wip/qt6
tst_qquickcanvasitem Fails in wip/qt6
tst_scenegraph Fails due to missing jpeg plugin
tst_TestFiltering Fails in wip/qt6
Change-Id: I4b9d69c118e23c095cb72ad5a67653fc30943bb1
Reviewed-by: Alexandru Croitor <[email protected]>
Diffstat (limited to 'tests/auto/qml/qjsvalueiterator')
-rw-r--r-- | tests/auto/qml/qjsvalueiterator/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qjsvalueiterator/CMakeLists.txt b/tests/auto/qml/qjsvalueiterator/CMakeLists.txt index 3c346456bc..ca3bf5c250 100644 --- a/tests/auto/qml/qjsvalueiterator/CMakeLists.txt +++ b/tests/auto/qml/qjsvalueiterator/CMakeLists.txt @@ -5,6 +5,7 @@ ##################################################################### add_qt_test(tst_qjsvalueiterator + GUI SOURCES tst_qjsvalueiterator.cpp PUBLIC_LIBRARIES |