Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 322 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 322 Bytes

UnitTesting

Unit testing C++ ways Acutest Home : https://github.com/mity/acutest

Acutest is C/C++ unit testing facility aiming to be as simple and use minimal external dependencies.
The implementation resides in a single C header file, and its core depends only on few standard C library functions.