aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2020-07-06 12:52:53 +0200
committerhjk <hjk@qt.io>2020-07-06 11:15:34 +0000
commit20be1f5ddff062c6b56c5a88f3f397b2ad4c2e05 (patch)
treed8d0a9708ac7fd39c88aae55f19f4a9f953a9f71 /tests
parente1c88116b397ecac2ef0f0678a419790a3e40402 (diff)
Debugger: Set WITH_DEBUGGER_DUMPERS to ON by default
The option went in with the initial CMale port, presumably because the test itself created and compile qmake projects at the time. I do not think it makes sense to leave out existing tests by default, even if they run for some time. Change-Id: I7ff055a2a432b9d8f6af16f7da63ebc56995c31e Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/debugger/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/debugger/CMakeLists.txt b/tests/auto/debugger/CMakeLists.txt
index 367a0de393..794c43bdc6 100644
--- a/tests/auto/debugger/CMakeLists.txt
+++ b/tests/auto/debugger/CMakeLists.txt
@@ -7,7 +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)
+option(WITH_DEBUGGER_DUMPERS "Include tests for debugger pretty printers" ON)
if (WITH_DEBUGGER_DUMPERS)
add_qtc_test(tst_debugger_dumpers
TIMEOUT 0