diff options
author | shmibs <shmibs@gmail.com> | 2014-07-31 13:16:44 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-07-31 13:16:44 -0700 |
commit | 93adbcddec4ea1037e28380826cf274963e31c40 (patch) | |
tree | 1ecab5c09b0b6e5dddfe91cd24b17b5ffbe682a2 /README.md | |
parent | 82fc49a8daab80ae456db2eb57647a785184761d (diff) | |
parent | 5264db8485419be09b49b0a8e07e7d842d430ac4 (diff) | |
download | simple-test-93adbcddec4ea1037e28380826cf274963e31c40.tar.gz |
Merge branch 'master' of https://github.com/shmibs/c-unit-testing
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) |