blob: 1996a57a2f85095c3efaff85913c23c6f5c8110b (
plain)
1
2
3
4
5
6
7
8
9
|
c-unit-testing
==============
simple unit testing for C implemented as a single header file
**WARNING: this will work fine in gcc, but it uses the non-standard
macro \__COUNTER__ and nested functions.**
[documentation (pdf)](https://github.com/shmibs/c-unit-testing/blob/master/README.pdf?raw=true)
|