summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/applicationmanager/CMakeLists.txt
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2024-02-26 17:21:31 +0100
committerRobert Griebl <robert.griebl@qt.io>2024-02-26 20:33:37 +0000
commit87ce7e893c76208b0f349b129b6e6212c5bd9625 (patch)
tree877e7de00d41640b2da5edb3a3acbf0646afe3b7 /tests/auto/qml/applicationmanager/CMakeLists.txt
parentedc931ce1857507210512d8fcaef744810524102 (diff)
Fix the two weirdly named auto tests
applicationinstaller -> packagemanager The ApplicationInstaller singleton has been long replaced by PackageManager and that test had been adapted back then. qml/simple -> qml/applicationmanager This was always named incorrectly and is always a source of confusion. Change-Id: Iba25cd9b6b77344b2845a5c1c14cbac6ef489410 Reviewed-by: Bernd Weimer <bernd.weimer@qt.io> (cherry picked from commit f67563432b3f9bed59d84006e2b7cff226721326) Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'tests/auto/qml/applicationmanager/CMakeLists.txt')
-rw-r--r--tests/auto/qml/applicationmanager/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qml/applicationmanager/CMakeLists.txt b/tests/auto/qml/applicationmanager/CMakeLists.txt
new file mode 100644
index 00000000..3aab94ad
--- /dev/null
+++ b/tests/auto/qml/applicationmanager/CMakeLists.txt
@@ -0,0 +1,6 @@
+
+qt_am_internal_add_qml_test(tst_applicationmanager
+ CONFIG_YAML am-config.yaml
+ EXTRA_FILES apps
+ TEST_FILE tst_applicationmanager.qml
+)