Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
doc/ | H | 03-May-2022 | - | |||
modules/Internals/ | H | 24-May-2013 | - | 872 | 784 | |
INSTALL | H A D | 24-May-2013 | 2.4 KiB | 110 | 67 | |
LICENSE | H A D | 24-May-2013 | 42.7 KiB | 830 | 685 | |
Makefile.pl | H A D | 03-May-2022 | 8.2 KiB | 322 | 261 | |
README | H A D | 24-May-2013 | 590 | 28 | 20 | |
api-sanity-checker.pl | H A D | 03-May-2022 | 532.1 KiB | 15,004 | 13,936 |
README
1NAME: 2 API Sanity Checker - an automatic generator of basic unit tests for a C/C++ library API. 3 4INSTALL: 5 sudo perl Makefile.pl -install --prefix=/usr 6 7REQUIRES: 8 ABI Compliance Checker 1.99 or newer: https://github.com/lvc/abi-compliance-checker 9 10USAGE: 11 api-sanity-checker -lib NAME -d VERSION.xml -gen -build -run 12 13 VERSION.xml is XML-descriptor: 14 15 <version> 16 1.0 17 </version> 18 19 <headers> 20 /path/to/headers/ 21 </headers> 22 23 <libs> 24 /path/to/libraries/ 25 </libs> 26 27ADV. USAGE: 28 For advanced usage, see doc/Readme.html or output of --help option.