summaryrefslogtreecommitdiff
path: root/cmockery_0_1_2/README
diff options
context:
space:
mode:
Diffstat (limited to 'cmockery_0_1_2/README')
-rw-r--r--cmockery_0_1_2/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/cmockery_0_1_2/README b/cmockery_0_1_2/README
new file mode 100644
index 0000000..7593c25
--- /dev/null
+++ b/cmockery_0_1_2/README
@@ -0,0 +1,10 @@
+For information about how to use the cmockery unit testing framework see
+doc/index.html.
+
+COMPILING
+---------
+To compile the cmockery library and example applications run ./configure
+followed by make. On Windows from the command line run vsvars.bat then cd into
+the windows subdirectory of this project and run nmake.
+
+This code has been tested on Linux (Ubuntu) and Windows using VC++7 and VC++8.