From 0ce75404f2bf9aacfab390660b078102c906be8c Mon Sep 17 00:00:00 2001 From: Maximilian Goldstein Date: Wed, 19 Aug 2020 16:19:41 +0200 Subject: Tests: Add registersingletontype.py to list of tests Change-Id: I8b3925ceab632b0d5e0e5511ab6a86df594f96b0 Reviewed-by: Cristian Maureira-Fredes --- sources/pyside2/tests/QtQml/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/pyside2/tests/QtQml/CMakeLists.txt b/sources/pyside2/tests/QtQml/CMakeLists.txt index e2beb951e..aaedc437f 100644 --- a/sources/pyside2/tests/QtQml/CMakeLists.txt +++ b/sources/pyside2/tests/QtQml/CMakeLists.txt @@ -15,6 +15,7 @@ PYSIDE_TEST(qqmlnetwork_test.py) PYSIDE_TEST(qquickview_test.py) PYSIDE_TEST(connect_python_qml.py) PYSIDE_TEST(registertype.py) +PYSIDE_TEST(registersingletontype.py) PYSIDE_TEST(javascript_exceptions.py) PYSIDE_TEST(qqmlincubator_incubateWhile.py) PYSIDE_TEST(qquickitem_grabToImage.py) -- cgit v1.2.3