Skip to content

Commit 6cc46c8

Browse files
committed
Fix texinfo errors and warnings
A missing "@EnD verbatim" is an error with texinfo 7.2. The warnings are due to menu and navigation mistakes.
1 parent 455005d commit 6cc46c8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

doc/check.texi

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ Test Fixtures
112112
* Test Fixture Examples::
113113
* Checked vs Unchecked Fixtures::
114114
115+
Selective Running of Tests
116+
117+
* Selecting Tests by Suite or Test Case::
118+
* Selecting Tests Based on Arbitrary Tags::
119+
115120
Test Logging
116121
117122
* XML Logging::
@@ -974,8 +979,6 @@ easier for the developer to write, run, and analyze tests.
974979
* Test Fixtures::
975980
* Multiple Suites in one SRunner::
976981
* Selective Running of Tests::
977-
* Selecting Tests by Suite or Test Case::
978-
* Selecting Tests Based on Arbitrary Tags::
979982
* Testing Signal Handling and Exit Values::
980983
* Looping Tests::
981984
* Test Timeouts::
@@ -2048,7 +2051,7 @@ If both plain text and XML log files are specified, by any of above methods,
20482051
then check will log to both files. In other words logging in plain text and XML
20492052
format simultaneously is supported.
20502053

2051-
@node TAP Logging, , Test Logging, Test Logging
2054+
@node TAP Logging, , XML Logging, Test Logging
20522055
@subsection TAP Logging
20532056

20542057
@findex srunner_set_tap
@@ -2255,6 +2258,7 @@ your CMake build how to find it:
22552258

22562259
@verbatim
22572260
cmake -Dcheck_ROOT=${INSTALL_PREFIX}
2261+
@end verbatim
22582262

22592263
Then use Check in your @file{CMakeLists.txt} like this:
22602264

0 commit comments

Comments
 (0)