nothings / single_file_libs

List of single-file C/C++ libraries.
8.8k stars 585 forks source link

Add walter.h unit test lib #246

Open ir33k opened 2 years ago

ir33k commented 2 years ago

Hi, I was using this single header C unit test lib for my own projects and recently decided to share it with others.

https://github.com/ir33k/walter

Comparing to other similar libs this focus on minimizing tests setup AKA boilerplate and printing direct paths with line numbers to failed or pending tests.

Happy coding