criterion 2.3.3git1-2 source package in Ubuntu

Changelog

criterion (2.3.3git1-2) unstable; urgency=medium

  [ SZALAY Attila ]
  * Change debian branch name to align with DEP-14
  * Fix gbp.conf, the package does not require overlay config
  * Fix build with GCC 11.
    Thanks to Matthias Klose <email address hidden> (Closes: #994237, #984025)
  * Fix vcs headers in control file

 -- SZALAY Attila <email address hidden>  Sun, 05 Dec 2021 12:23:27 +0000

Upload details

Uploaded by:
SZALAY Attila
Uploaded to:
Sid
Original maintainer:
SZALAY Attila
Architectures:
amd64 arm64 i386
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64 [FULLYBUILT] arm64

Downloads

File Size SHA-256 Checksum
criterion_2.3.3git1-2.dsc 2.1 KiB 7cadc1ef17f4cb23b3e00799136075c7b93fe024704c18793cdcc9cda9861414
criterion_2.3.3git1.orig.tar.gz 845.4 KiB 880be16fac66bb148f38a8e5f038b4c8a9c7a83bdf1e243ffe836cad19d41ec5
criterion_2.3.3git1-2.debian.tar.xz 11.7 KiB 231b6f958090470baa733956074af34d63fd54302079d73f0ed4001cd44cfc55

No changes file available.

Binary packages built by this source

libcriterion-dev: cross-platform C and C++ unit testing framework (development files)

 Most test frameworks for C require a lot of boilerplate code to set up
 tests and test suites -- you need to create a main, then register new test
 suites, then register the tests within these suits, and finally call the
 right functions.
 .
 This gives the user great control, at the unfortunate cost of simplicity.
 .
 Criterion follows the KISS principle, while keeping the control the user
 would have with other frameworks:
 .
 * C99 and C++11 compatible.
 * Tests are automatically registered when declared.
 * Implements a xUnit framework structure.
 * A default entry point is provided, no need to declare a main unless you
    want to do special handling.
 * Test are isolated in their own process, crashes and signals can be
    reported and tested.
 * Unified interface between C and C++: include the criterion header and it
    just works.
 * Supports parameterized tests and theories.
 * Progress and statistics can be followed in real time with report hooks.
 * TAP output format can be enabled with an option.
 * Runs on Linux, FreeBSD, Mac OS X, and Windows (Compiling with MinGW GCC
    and Visual Studio 2015+).
 .
 This package contains the headers needed to compile other packages against
 the criterion library

libcriterion3: cross-platform C and C++ unit testing framework

 Most test frameworks for C require a lot of boilerplate code to set up
 tests and test suites -- you need to create a main, then register new test
 suites, then register the tests within these suits, and finally call the
 right functions.
 .
 This gives the user great control, at the unfortunate cost of simplicity.
 .
 Criterion follows the KISS principle, while keeping the control the user
 would have with other frameworks:
 .
 * C99 and C++11 compatible.
 * Tests are automatically registered when declared.
 * Implements a xUnit framework structure.
 * A default entry point is provided, no need to declare a main unless you
    want to do special handling.
 * Test are isolated in their own process, crashes and signals can be
    reported and tested.
 * Unified interface between C and C++: include the criterion header and it
    just works.
 * Supports parameterized tests and theories.
 * Progress and statistics can be followed in real time with report hooks.
 * TAP output format can be enabled with an option.
 * Runs on Linux, FreeBSD, Mac OS X, and Windows (Compiling with MinGW GCC
    and Visual Studio 2015+).
 .
 This package contains the runtime library of the package

libcriterion3-dbgsym: debug symbols for libcriterion3