summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIvan Solovev <ivan.solovev@qt.io>2022-09-16 12:32:16 +0200
committerIvan Solovev <ivan.solovev@qt.io>2022-09-16 13:52:28 +0200
commitb709bbc26a6685adb94e90a965072f704c36d324 (patch)
treeee1e2d3b1b387eee841dab2fe3350ad05d850c66 /tests
parent17ac23d7ada8a89cd36a71c74627f0d767049414 (diff)
downloadqtlocation-b709bbc26a6685adb94e90a965072f704c36d324.tar.gz
Add CMakeLists.txt for manual tests subdirectory
... so that they are shown in the build tree Change-Id: Ib073c8792d8ca938e55281321cd0b728e87c261d Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/manual/CMakeLists.txt b/tests/manual/CMakeLists.txt
new file mode 100644
index 00000000..de4a9add
--- /dev/null
+++ b/tests/manual/CMakeLists.txt
@@ -0,0 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
+add_subdirectory(mapitems_backends)
+add_subdirectory(mapobjects_tester)
+add_subdirectory(mappolyline_tester)