summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2021-06-29 01:56:45 +0200
committerRobert Griebl <robert.griebl@qt.io>2021-06-30 14:36:57 +0200
commitf4c512a152ef0bc3a47ad1887546cedcb818107c (patch)
tree0b2a52c6875f44b68766ef95a13b582c3cfd57f1 /tests/manual
parent3d8e2b1b864948032a25f8b4de055ec10492db11 (diff)
downloadqtapplicationmanager-f4c512a152ef0bc3a47ad1887546cedcb818107c.tar.gz
Fix the remaining broken auto and manual tests
Change-Id: Iab3e26757119c07f6c6fa70e252c152c72d61bc2 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/monitormodel/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/manual/monitormodel/CMakeLists.txt b/tests/manual/monitormodel/CMakeLists.txt
index e6fa5b92..e39041a2 100644
--- a/tests/manual/monitormodel/CMakeLists.txt
+++ b/tests/manual/monitormodel/CMakeLists.txt
@@ -1,2 +1,6 @@
# Generated from monitormodel.pro.
+qt_am_internal_add_qml_test(tst_monitormodel
+ EXTRA_FILES PropertyField.qml SystemMonitorChart.qml
+ TEST_FILE main.qml
+)