Skip to content

Commit 218ad11

Browse files
committed
Doc: Fix "Building with CMake and CTest" section in testlib overview
An earlier attempt to fix links created a superfluous link to the section in the first sentence of the section. Fix the paragraph. Pick-to: 6.10 6.8 Change-Id: If11803340659127429142d36d7669b9f91f7c2ee Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
1 parent 0f5ebd7 commit 218ad11

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/testlib/doc/src/qttestlib-manual.qdoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,12 @@
163163

164164
\section2 Building with CMake and CTest
165165

166-
You can use \l {Building with CMake and CTest} to create a test.
167-
\l{https://cmake.org/cmake/help/latest/manual/ctest.1.html}{CTest} enables
168-
you to include or exclude tests based on a regular expression that is
169-
matched against the test name. You can further apply the \c LABELS property
170-
to a test and CTest can then include or exclude tests based on those labels.
166+
You can use CMake and
167+
\l{https://cmake.org/cmake/help/latest/manual/ctest.1.html}{CTest} to create
168+
a test. CTest enables you to include or exclude tests based on a regular
169+
expression that is matched against the test name. You can further apply the
170+
\c LABELS property to a test and CTest can then include or exclude tests
171+
based on those labels.
171172
All labeled targets will be run when \c {test} target is called on the
172173
command line.
173174

0 commit comments

Comments
 (0)