Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Change Log

0.4.0 — 2022-11-24

Added
#12 — During test discovery, exclude tests that are not built
Added
#23 — Run the ms-vscode.cmake-tools build command before running tests. Users can disable this with "ctest-lab.buildBeforeRun": false in their VS Code settings.
Fixed
#28 — Removed obsolete information from the README file and user manual
Fixed
#25 — Activate the output channel before running the tests

0.3.1 — 2022-11-06

Fixed
#24 — The extension now activates properly

0.3.0 — 2022-10-08

Added
#15 — Run tests via the ctest command:
Added
#17 — Parse test results from ctest command output:
Added
#21 — Run individual tests from the test view:
Removed
#18CTest: Discover Tests command. Use VS Code’s Test: Refresh Tests command, instead.
Removed
Notice of which build directory CTest Lab will use when the extension activates.

0.2.0 — 2022-09-06

Added
#13 — Ability to run discovered tests:

0.1.0 — 2022-09-02

Added
#2 — Basic test discovery