Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

51 lines (34 loc) · 1.45 KB

Change Log

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

0.3.1 — 2022-11-06

Fixed

  • The extension now activates properly #24

0.3.0 — 2022-10-08

Added

  • Run tests via the ctest command: #15
  • Parse test results from ctest command output: #17
  • Run individual tests from the test view: #21

Removed

  • CTest: Discover Tests command: #18
    • 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

  • Ability to run discovered tests: #13

0.1.0 — 2022-09-02

Added

  • Basic test discovery: #2