diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,3 +2,8 @@ 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) |