An open API service indexing awesome lists of open source software.

https://github.com/yidadaa/cmake-test-tools-vscode

Fastest cpp test runner vscode extension, support Google Test / Catch2.
https://github.com/yidadaa/cmake-test-tools-vscode

Last synced: 5 months ago
JSON representation

Fastest cpp test runner vscode extension, support Google Test / Catch2.

Awesome Lists containing this project

README

        

# CMake Test Tools Extension for VSCode
This extension is an alternative of [TestMate Extension](https://github.com/matepek/vscode-catch2-test-adapter), supports Google Test and Catch2.

![banner.png](./res/doc/banner.png)

## Preview
> Here is a screen recording GIF file. Please be patient if your network connection is slow.

![demo.gif](res/doc/demo.gif)

## Features
- Blazing fast discovering tests from opening files, but not from whole project, which makes it faster than TestMate in huge projects;
- Add `run` and `debug` inline Code Lens actions to document;
- Integrated with [Offical CMake Tools Extension](https://github.com/microsoft/vscode-cmake-tools).

## Requirements
All requirements are same as [CMake Tools Extension](https://github.com/microsoft/vscode-cmake-tools).

## Usage
Before click `run` and `debug` button, please make sure that the CMake build target and CMake launch target in the status bar are consistent, and that the target include the file of the case you want to run.

![usage](./res/doc/tip.jpg)

## Extension Settings
- No Settings yet.

## Known Issues
If you encounter any issues while using, please submit an issue [here](https://github.com/Yidadaa/CMake-Test-Tools-VSCode/issues).

## Release Notes
See [change log](./CHANGELOG.md);

# License
- Licensed by [Anti 996 License](https://github.com/kattgu7/Anti-996-License)