brobeson / ctest-lab

A CTest extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=brobeson.ctest-lab
MIT License
1 stars 1 forks source link

Run tests #8

Closed PhilipNelson5 closed 2 years ago

PhilipNelson5 commented 2 years ago

extra information needed to run tests like the command to execute is stored in a weak map. This data structure stores keys as weak references which do not keep objects from being garbage collected.

These are all the example tests in the catch2 repo image

PhilipNelson5 commented 2 years ago

When we have #2 closed, we can redirect this PR

brobeson commented 2 years ago

Also, please add an entry to the change log. I'm following the layout described at https://keepachangelog.com/en/1.0.0/