CTEST_USE_VERBOSE_INSTRUMENTATION.rst 572 B

123456789101112131415161718
  1. CTEST_USE_VERBOSE_INSTRUMENTATION
  2. ---------------------------------
  3. .. versionadded:: 4.0
  4. .. include:: include/ENV_VAR.rst
  5. .. note::
  6. This feature is only available when experimental support for instrumentation
  7. has been enabled by the ``CMAKE_EXPERIMENTAL_INSTRUMENTATION`` gate.
  8. Setting this environment variable to ``1``, ``True``, or ``ON`` causes CTest to
  9. report the full command line (including arguments) to CDash for each
  10. instrumented command. By default, CTest truncates the command line at the first
  11. space.
  12. See also :envvar:`CTEST_USE_INSTRUMENTATION`