CTEST_USE_VERBOSE_INSTRUMENTATION

在 4.0 版被加入.

這是一個 CMake 環境變數。其初始值取自呼叫的進程環境。

備註

This feature is only available when experimental support for instrumentation has been enabled by the CMAKE_EXPERIMENTAL_INSTRUMENTATION gate.

Setting this environment variable causes CTest to report the full command line (including arguments) to CDash for each instrumented command. By default, CTest truncates the command line at the first space.

另請參見 CTEST_USE_INSTRUMENTATION