summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Blechmann <tim@klingt.org>2024-03-02 10:53:04 +0800
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-03-03 09:29:41 +0000
commit0c0114ab81c3cc23be6c545e647cb05d43d679a9 (patch)
treeee7d1b3ec30df58d01c0ad41eccb9195a21f877a
parent8baad13658b1df29d967a4999a58f0cac17387c4 (diff)
cmake: add tests/manual/CMakeLists.txt
`tests/manual/CMakeLists.txt` is sourced by `qt_build_tests`. Pick-to: 6.6 6.5 Change-Id: I89509367a412f85e6b2761db09e31e81a2df6815 Reviewed-by: Jøger Hansegård <joger.hansegard@qt.io> Reviewed-by: Artem Dyomin <artem.dyomin@qt.io> (cherry picked from commit f4d3f96f72ad5d4674b59ad5300adb075105d501) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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 000000000..2fc8f746b
--- /dev/null
+++ b/tests/manual/CMakeLists.txt
@@ -0,0 +1,6 @@
+# Copyright (C) 2024 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
+add_subdirectory(audiodecoder)
+add_subdirectory(devices)
+add_subdirectory(wasm)