blob: 7593c252e7669d95ef5ce1cf2c624d1f16935c2f [file] [log] [blame]
Heather Lee Wilsonbdd62c52013-12-28 15:12:39 -08001For information about how to use the cmockery unit testing framework see
2doc/index.html.
3
4COMPILING
5---------
6To compile the cmockery library and example applications run ./configure
7followed by make. On Windows from the command line run vsvars.bat then cd into
8the windows subdirectory of this project and run nmake.
9
10This code has been tested on Linux (Ubuntu) and Windows using VC++7 and VC++8.