CLove Unit Test Adapter is a Visual Studio extension providing discovery and execution if C/C++ tests written with CLove-Unit.
Still don't know about CLove-Unit testing library?
It's a Single Header Unit Testing library for C/C++ language, which make easy developer life. Give it a try! ;-)
Features
Integrates CLove-Unit library v2.4.X
Supports Visual Studio version: 2022 (aka v17.x)
Tests discovery/execution for Test Explorer
Test console output displayed on test detail panel (only when running a single test)
Configuration throught standard Run Settings files
Tests discovery by custom regex
Automation support by VSTest.Console.exe
Documentation
Documentation and examples on how to setup properly CLove-Unit Test Adapter can be found here.