|
1 | 1 | #vscode-cpp-unit-test |
2 | 2 | A simple and sweet VSCode extension to unit test C++ code. |
3 | 3 |
|
| 4 | +https://user-images.githubusercontent.com/26848038/219488705-0154448f-5035-40a8-be11-531aed88424e.mov |
| 5 | + |
| 6 | + |
4 | 7 | ##Setup |
5 | 8 | To use the extension, you'll need to: |
6 | 9 | 1) Create a unit_tests.h file |
@@ -112,4 +115,4 @@ PS: Many thanks to [https://github.com/microsoft/vscode-extension-samples](https |
112 | 115 |
|
113 | 116 | ##Changelog |
114 | 117 | ###0.4.2 |
115 | | -- updated compilation process to run`make unit_test_driver.o` so the`Makefile` will be used rather than forcing`clang++` |
| 118 | +- updated compilation process to run`make unit_test_driver.o` so the`Makefile` will be used rather than forcing`clang++` |