diff options
author | Bartosz Kosiorek <bartosz.kosiorek@tomtom.com> | 2019-04-05 15:22:38 (GMT) |
---|---|---|
committer | Bartosz Kosiorek <bartosz.kosiorek@tomtom.com> | 2019-04-08 12:55:56 (GMT) |
commit | cb33befe2dec44728003720ec187ff2e7eb0317a (patch) | |
tree | c5ac4dd3fc6f131c02d2cfd120d92392328aad21 /Help/manual/ctest.1.rst | |
parent | 0e4fbb4a1f24bf1e9cda4fca41f9cf80bd57aaf4 (diff) | |
download | CMake-cb33befe2dec44728003720ec187ff2e7eb0317a.zip CMake-cb33befe2dec44728003720ec187ff2e7eb0317a.tar.gz CMake-cb33befe2dec44728003720ec187ff2e7eb0317a.tar.bz2 |
Modules: Update documentation formatting
Diffstat (limited to 'Help/manual/ctest.1.rst')
-rw-r--r-- | Help/manual/ctest.1.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 38b8af6..5a6b329 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -369,11 +369,11 @@ is computed as:: where: -* ``raw_test_time[j,i]``: Wall-clock time for the ``i``th test - for the ``j``th label or subproject +* ``raw_test_time[j,i]``: Wall-clock time for the ``i`` test + for the ``j`` label or subproject * ``num_processors[j,i]``: Value of the CTest :prop_test:`PROCESSORS` property - for the ``i``th test for the ``j``th label or subproject -* ``num_tests[j]``: Number of tests associated with the ``j``th label or subproject + for the ``i`` test for the ``j`` label or subproject +* ``num_tests[j]``: Number of tests associated with the ``j`` label or subproject * ``total``: Total number of labels or subprojects that have at least one test run Therefore, the weighted time summary for each label or subproject represents |