Skip to content

Releases: brobeson/ctest-lab

v0.5.0

27 Dec 02:29
121fd04
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
Run tests in parallel

I added the `--parallel` command line option to the CTest command. The
jobs value comes from the `cmake.ctest.parallelJobs` setting, the
`cmake.parallelJobs` setting, or the number of CPU cores, whichever
the extension finds first.

closes #31

v0.4.0

25 Nov 00:50
023a928
Compare
Choose a tag to compare

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

v0.3.1

07 Nov 05:58
fb9faf2
Compare
Choose a tag to compare

Fixed

  • The extension now activates properly #24

v0.3.0

09 Oct 04:48
89f6289
Compare
Choose a tag to compare

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.

v0.2.0

07 Sep 22:39
7b9d401
Compare
Choose a tag to compare

Added

  • Ability to run discovered tests: #13

v0.1.0

03 Sep 05:47
c8ad48a
Compare
Choose a tag to compare

Added

  • Basic test discovery: #2