From 205c702fa9468188507a4a204cc983c69b7cdb5c Mon Sep 17 00:00:00 2001 From: Mike Long Date: Tue, 14 Dec 2010 16:20:19 +0100 Subject: [PATCH] Update README --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README b/README index e69de29..434771e 100644 --- a/README +++ b/README @@ -0,0 +1,10 @@ + +cmock is a micro-framework for creating fake C functions for tests. + +Here are some cmock truths: + * It maintains a call count and will capture the arguments sent + * It can be used in C or C++ tests + * It is simple - just include a header file and you are good to go. + +What I'd like to add: + * Proper mock - setting expectations, etc