aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-06-30 11:57:03 +0200
committerEike Ziller <eike.ziller@qt.io>2020-06-30 11:39:44 +0000
commit6a095d6c9ad724d4b868e160f439a42099899c58 (patch)
tree843e5bae209f495060d94d3957b87387e0a2648e /tests
parent7f44d8582b2b9463b2192487eee8c557e8400a11 (diff)
CMake build: Make option to include dumper tests discoverable
Change-Id: I9828f362561b8392d31a56f8a60fe9531accf4ce Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/debugger/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/debugger/CMakeLists.txt b/tests/auto/debugger/CMakeLists.txt
index 912877e0d9..367a0de393 100644
--- a/tests/auto/debugger/CMakeLists.txt
+++ b/tests/auto/debugger/CMakeLists.txt
@@ -7,6 +7,7 @@ add_qtc_test(tst_debugger_disassembler
"${DEBUGGERDIR}/disassemblerlines.cpp" "${DEBUGGERDIR}/disassemblerlines.h"
)
+option(WITH_DEBUGGER_DUMPERS "Include tests for debugger pretty printers" OFF)
if (WITH_DEBUGGER_DUMPERS)
add_qtc_test(tst_debugger_dumpers
TIMEOUT 0