Skip to content

Commit

Permalink
Update cmake-presets.md (#3739)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampbell-msft authored May 6, 2024
1 parent e47f860 commit ec809bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/cmake-presets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <testPreset>` from the command line, where `<testPreset>` 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 <testPreset>` from the command line, where `<testPreset>` is the name of the active Test Preset.

### CMake Tools side bar Project Status View behavior

Expand Down

0 comments on commit ec809bc

Please sign in to comment.