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 13:31:53 +0000
commit03c871d1de8f2e92d9032eecbae7dca085492f7d (patch)
tree2b3d0afac36d5c3c2080e4cf604650955c44797a
parent3a3299d478c3b4194f8f609ed3ee2d7d5790b6e8 (diff)
cmake: add tests/manual/CMakeLists.txt
`tests/manual/CMakeLists.txt` is sourced by `qt_build_tests`. Pick-to: 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> (cherry picked from commit 0c0114ab81c3cc23be6c545e647cb05d43d679a9)
-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)