Skip to content

Latest commit

 

History

History
70 lines (48 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

70 lines (48 loc) · 2.14 KB

Change Log

This file documents all notable changes to the CTest Lab extension.

0.4.0 — 2022-11-24

Added

  • #12 During test discovery, exclude tests that are not built
  • #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
  • #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:
  • #17 Parse test results from ctest command output:
  • #21 Run individual tests from the test view:

Removed

  • #18 CTest: Discover Tests command:
    • Use VS Code's Test: Refresh Tests command, instead.
  • 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