From ea88b321249cc64f19182df4c0e0dc8017b3c5b2 Mon Sep 17 00:00:00 2001 From: Audun Sutterud Date: Tue, 27 Aug 2024 16:10:58 +0200 Subject: [PATCH] HACKING: Update information on running tests Fixes: QTCREATORBUG-31491 Change-Id: Ief2740b8610585a7a8722e96410060d1e0e9a7cf Reviewed-by: Cristian Adam --- HACKING | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/HACKING b/HACKING index b2582a035ac..91ccd2e9d43 100644 --- a/HACKING +++ b/HACKING @@ -8,11 +8,8 @@ https://wiki.qt.io/Setting_up_Gerrit#How_to_get_started_-_Gerrit_registration Qt Creator has integrated auto tests, and further external tests in the subdirectory 'tests'. -To build the integrated auto tests, build Qt Creator with the additional -QMake option TEST=1 - -To build also the auto tests, manual tests and unit tests in the 'tests' -subdirectory, use the QMake option BUILD_TESTS=1 +To build the auto tests, manual tests and unit tests in the 'tests' +subdirectory, configure with the CMake option WITH_TESTS=ON. Afterwards: