api-sanity-checker 1.98.7-2.1 source package in Ubuntu

Changelog

api-sanity-checker (1.98.7-2.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Thu, 19 May 2022 19:09:39 +0200

Upload details

Uploaded by:
Mathieu Malaterre
Uploaded to:
Sid
Original maintainer:
Mathieu Malaterre
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
api-sanity-checker_1.98.7-2.1.dsc 2.0 KiB 040a5db67e209009bf1199dbe0ec1ba27bc8ec0eb53d19e0c3c2ac32aaedb010
api-sanity-checker_1.98.7.orig.tar.gz 128.6 KiB 3c324fc1af24398ea2347d4e7265b2d58daa787c9d4d12dcac5908068ee152e4
api-sanity-checker_1.98.7-2.1.debian.tar.xz 3.4 KiB 3f376d162911daddbc6e1472e36dbb677cab5bb97f1d5b23f818a816967ec761

Available diffs

No changes file available.

Binary packages built by this source

api-sanity-checker: automatic generator of basic unit tests for a C/C++ library API

 API Sanity Checker is an automatic generator of basic unit tests for a C/C++
 library. It helps to quickly generate simple ("sanity" or "shallow" quality)
 tests for every function in an API using their signatures, data type
 definitions and relationships between functions straight from the library
 header files ("Header-Driven Generation"). Each test case contains a function
 call with reasonable (in most, but unfortunately not all, cases) input
 parameters. The quality of generated tests allows one to check absence of
 critical errors in simple use cases and can be greatly improved by involving of
 highly reusable specialized types for the library.
 .
 The tool can execute generated tests and detect crashes, aborts, all kinds of
 emitted signals, non-zero program return code, program hanging and
 requirement failures (if specified). The tool can be considered as a tool for
 out-of-box low-cost sanity checking of library API or as a test development
 framework for initial generation of templates for advanced tests. Also it
 supports universal Template2Code format of tests, splint specifications, random
 test generation mode and other useful features.