Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix texinfo errors and warnings
Browse files Browse the repository at this point in the history
A missing "@EnD verbatim" is an error with texinfo 7.2.
The warnings are due to menu and navigation mistakes.
jamesjer committed Jan 16, 2025
1 parent 455005d commit 6cc46c8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions doc/check.texi
Original file line number Diff line number Diff line change
@@ -112,6 +112,11 @@ Test Fixtures
* Test Fixture Examples::
* Checked vs Unchecked Fixtures::
Selective Running of Tests
* Selecting Tests by Suite or Test Case::
* Selecting Tests Based on Arbitrary Tags::
Test Logging
* XML Logging::
@@ -974,8 +979,6 @@ easier for the developer to write, run, and analyze tests.
* Test Fixtures::
* Multiple Suites in one SRunner::
* Selective Running of Tests::
* Selecting Tests by Suite or Test Case::
* Selecting Tests Based on Arbitrary Tags::
* Testing Signal Handling and Exit Values::
* Looping Tests::
* Test Timeouts::
@@ -2048,7 +2051,7 @@ If both plain text and XML log files are specified, by any of above methods,
then check will log to both files. In other words logging in plain text and XML
format simultaneously is supported.

@node TAP Logging, , Test Logging, Test Logging
@node TAP Logging, , XML Logging, Test Logging
@subsection TAP Logging

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

@verbatim
cmake -Dcheck_ROOT=${INSTALL_PREFIX}
@end verbatim

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

0 comments on commit 6cc46c8

Please sign in to comment.