Skip to content

A test adapter for Visual Studio Code for the C/C++ Unit Test framework CppUTest.

License

Notifications You must be signed in to change notification settings

okz/CppUTest-Test-Adapter

 
 

Repository files navigation

CppUTest Test Adapter for Visual Studio Code

This is the implementation for a CppUTest Test Adapter for VSCode. Check it out on the VSCode Market Place: CppUTest Adapter

ko-fi

tests

Setup

To let this plugin know where your tests are set the cpputestExplorer.testExecutable to the executable of your tests. They will be executed in the cpputestExplorer.testExecutablePath path. This is currently a manual step.

If you want to use the debugging functions you will also need to setup a launch.json file with your debugger path and arguments etc. The adapter will take care of the rest. Hopefully.

Quirks & Known issues

  • Only 1 executable is supported right now
  • I am a developer and I write bugs. So there must be plenty in here!

About

A test adapter for Visual Studio Code for the C/C++ Unit Test framework CppUTest.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.7%
  • C++ 5.0%
  • CMake 4.3%