Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix texinfo errors and warnings #361

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions doc/check.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down Expand Up @@ -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::
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:

Expand Down
Loading