diff options
author | shmibs <shmibs@gmail.com> | 2014-08-01 09:07:37 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-08-01 09:07:37 -0700 |
commit | 33dbc90fa2c314f2ad951b80e4b91cb6e45c9c07 (patch) | |
tree | 5c3cd2b127983a13baf2f021d61fe4bfcbbdafee | |
parent | 17c76a851e3c3550f6398aad11e7c71e1a122576 (diff) | |
download | simple-test-33dbc90fa2c314f2ad951b80e4b91cb6e45c9c07.tar.gz |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -c-unit-testing +simple-test ============== simple unit testing for C implemented as a single header file @@ -6,4 +6,4 @@ 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) +[documentation (pdf)](https://github.com/shmibs/simple-test/blob/master/README.pdf?raw=true) |