Skip to content

Releases: fredericbonnet/cmake-test-explorer

Version 0.15.3

13 Feb 21:08
Compare
Choose a tag to compare

Fixed

  • Fix test detection in multi folder workspaces (thanks @Maetveis!). This fixes
    issue #46

Version 0.15.2

20 Jan 21:25
Compare
Choose a tag to compare

Fixed

  • Fix detection of crashed tests (see issue #47)
  • Fix debug environment issue on macOS (see issue #48)

Version 0.15.1

25 Nov 21:54
Compare
Choose a tag to compare

Fixed

  • Fix environment handling with CodeLLDB debugger. This fixes issue #43.

Version 0.15.0

18 Nov 22:06
Compare
Choose a tag to compare

Added

  • Add support for extra CTest environment variables. This addresses issue #33.

Version 0.14.2

11 Nov 13:26
Compare
Choose a tag to compare

Fixed

  • Activate only when CMakeLists.txt file is present (thanks @dvirtz!)

Version 0.14.1

22 May 10:48
Compare
Choose a tag to compare

Fixed

  • Pass build config when running tests. This fixes issue #31.

Version 0.14.0

15 May 12:34
Compare
Choose a tag to compare

Added

  • Add environment variable substitutions with ${env:<VARNAME>} syntax. This
    implements issue #28.

Changed

  • CMake Tools integration is enabled by default, with fallback to old behavior
    (thanks @HO-COOH!).

Version 0.13.0

27 Jan 19:55
Compare
Choose a tag to compare

Fixed

  • Pass environment variables to debugged tests. This fixes issue #25.

Version 0.12.0

05 Jan 12:27
Compare
Choose a tag to compare

Changed

  • Refactor test execution to use the native Ctest scheduler instead of letting
    the extension handle test process execution itself. This fixes issue #23 and
    should prevent future similar issues with resource locks/groups/fixtures/etc.

Version 0.11.0

07 Nov 13:53
Compare
Choose a tag to compare

Added

  • Add support for linking tests with source files. This implements issue #19.