@@ -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+
115120Test 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,
20482051then check will log to both files. In other words logging in plain text and XML
20492052format 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
22572260cmake -Dcheck_ROOT=${INSTALL_PREFIX}
2261+ @end verbatim
22582262
22592263Then use Check in your @file {CMakeLists.txt } like this:
22602264
0 commit comments