HACKING: Update information on running tests

Fixes: QTCREATORBUG-31491
Change-Id: Ief2740b8610585a7a8722e96410060d1e0e9a7cf
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
Audun Sutterud
2024-08-27 16:10:58 +02:00
parent 285de16c00
commit ea88b32124

View File

@@ -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: