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

fix bug with colliding test ids #10

Closed PhilipNelson5 closed 2 years ago

PhilipNelson5 commented 2 years ago

If tests have the same name, the id will collide. Adding a simple serial id prefix solves the issue.