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

Update CTest fixtures in the test view #26

Open brobeson opened 2 years ago

brobeson commented 2 years ago

If a user runs a single test, and that test requires a fixture, the fixture runs correctly. CTest ensures that. However, the extension cannot update the fixture in the Test view since it was not included in the run request. Try to find a way to update fixtures.