diff --git a/docs/cmake-presets.md b/docs/cmake-presets.md index 6422e546a..f68163bc8 100644 --- a/docs/cmake-presets.md +++ b/docs/cmake-presets.md @@ -72,7 +72,8 @@ All Test Presets must specify an associated `configurePreset` value. CMake Tools ### CMake: Run Tests -To invoke CTest, run **CMake: Run Tests** from the command palette. This is the same as running `ctest --preset ` from the command line, where `` is the name of the active Test Preset. +To invoke CTest, run **CMake: Run Tests** from the command palette. +When integration with the test explorer is enabled, using `cmake.ctest.testExplorerIntegrationEnabled`, the method of test execution will depend on `cmake.ctest.allowParallelJobs`. With `cmake.ctest.allowParallelJobs` disabled, each test will be run individually so that we can accurately track progress in the Test Explorer. When it is enabled, they will all be run in parallel, which is the same as running `ctest --preset ` from the command line, where `` is the name of the active Test Preset. ### CMake Tools side bar Project Status View behavior