|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| doc/ | | 03-May-2024 | - | 719 | 611 |
| m4/ | | 03-May-2024 | - | 85 | 78 |
| packages/ | | 03-May-2024 | - | 443 | 279 |
| src/ | | 03-May-2024 | - | 3,671 | 2,430 |
| windows/ | | 03-May-2024 | - | 229 | 153 |
| AUTHORS | D | 03-May-2024 | 23 | 3 | 1 |
| COPYING | D | 03-May-2024 | 1.4 KiB | 29 | 25 |
| ChangeLog | D | 03-May-2024 | 600 | 18 | 13 |
| INSTALL | D | 03-May-2024 | 9.3 KiB | 237 | 179 |
| Makefile.am | D | 03-May-2024 | 4.4 KiB | 119 | 68 |
| Makefile.in | D | 03-May-2024 | 66.1 KiB | 1,091 | 960 |
| NEWS | D | 03-May-2024 | 0 | | |
| README | D | 03-May-2024 | 399 | 11 | 8 |
| aclocal.m4 | D | 03-May-2024 | 256.1 KiB | 7,271 | 6,523 |
| compile | D | 03-May-2024 | 3.6 KiB | 143 | 79 |
| config.guess | D | 03-May-2024 | 42.5 KiB | 1,467 | 1,256 |
| config.sub | D | 03-May-2024 | 31 KiB | 1,580 | 1,438 |
| configure | D | 03-May-2024 | 750.6 KiB | 23,297 | 18,824 |
| configure.ac | D | 03-May-2024 | 2 KiB | 70 | 59 |
| depcomp | D | 03-May-2024 | 15.6 KiB | 531 | 330 |
| install-sh | D | 03-May-2024 | 9 KiB | 324 | 189 |
| libtool | D | 03-May-2024 | 212.3 KiB | 7,529 | 5,641 |
| ltmain.sh | D | 03-May-2024 | 192.1 KiB | 6,872 | 5,424 |
| missing | D | 03-May-2024 | 10.8 KiB | 361 | 268 |
| mkinstalldirs | D | 03-May-2024 | 3.4 KiB | 159 | 109 |
README
1For 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.
11