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.