Jelajahi Sumber

Help/instrumentation: Clarify `postCTest` hook behavior

Tyler Yankee 1 bulan lalu
induk
melakukan
39b38fb047
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      Help/manual/cmake-instrumentation.7.rst

+ 2 - 1
Help/manual/cmake-instrumentation.7.rst

@@ -328,7 +328,8 @@ following:
 * The CMake generate step
 * Entire build step (executed with ``cmake --build``)
 * Entire install step (executed with ``cmake --install``)
-* Each ``ctest`` invocation
+* Each time ``ctest`` is invoked to :ref:`run tests <Run Tests>` (even if no
+  tests are found)
 * Each individual test executed by ``ctest``.
 
 These files remain in the build tree until after `Indexing`_ occurs and any