File: README

package info (click to toggle)
api-sanity-checker 1.98.6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 824 kB
  • ctags: 397
  • sloc: perl: 14,632; makefile: 13
file content (28 lines) | stat: -rw-r--r-- 590 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
NAME:
  API Sanity Checker - an automatic generator of basic unit tests for a C/C++ library API.

INSTALL:
  sudo perl Makefile.pl -install --prefix=/usr
  
REQUIRES:
  ABI Compliance Checker 1.99 or newer: https://github.com/lvc/abi-compliance-checker

USAGE:
  api-sanity-checker -lib NAME -d VERSION.xml -gen -build -run

  VERSION.xml is XML-descriptor:

    <version>
        1.0
    </version>

    <headers>
        /path/to/headers/
    </headers>

    <libs>
        /path/to/libraries/
    </libs>

ADV. USAGE:
  For advanced usage, see doc/Readme.html or output of --help option.