aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2014-07-31 13:15:10 -0700
committershmibs <shmibs@gmail.com>2014-07-31 13:15:10 -0700
commit5264db8485419be09b49b0a8e07e7d842d430ac4 (patch)
treed7acf12cb71c775c1502ac0d79c7b36f2ce69629
parentc625258b5bde578bfac735eca0d8b3e8b11a6a9f (diff)
downloadsimple-test-5264db8485419be09b49b0a8e07e7d842d430ac4.tar.gz
Update README.md
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 694d140..1996a57 100644
--- a/README.md
+++ b/README.md
@@ -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)