vscode-catch2-test-adapter icon indicating copy to clipboard operation
vscode-catch2-test-adapter copied to clipboard

Support for the CppUTest Framework

Open Hallootto1100 opened this issue 4 years ago • 2 comments

I would love this extenson to support the CppUTest Framework. How much effort do you think would be needed to implement this? If the effort is not to high, I could also offer some help.

Hallootto1100 avatar Aug 19 '21 09:08 Hallootto1100

5 story points 🙃 For proper support with tests I would say 5 days. Shouldn't be too hard, depends on Cpputest framework. This extension should be able to parse the output properly at runtime.

matepek avatar Aug 19 '21 11:08 matepek

I added CppUTest support with some tests. Feel free to check out my repo and give suggestions, Typescript is not my language. ;) https://github.com/SizaSL/vscode-catch2-test-adapter.git Let me know?

SizaSL avatar Aug 21 '21 01:08 SizaSL