• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-

modules/Internals/H24-May-2013-872784

INSTALLH A D24-May-20132.4 KiB11067

LICENSEH A D24-May-201342.7 KiB830685

Makefile.plH A D03-May-20228.2 KiB322261

READMEH A D24-May-2013590 2820

api-sanity-checker.plH A D03-May-2022532.1 KiB15,00413,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.