criterion 2.4.1-2build1 source package in Ubuntu

Changelog

criterion (2.4.1-2build1) noble; urgency=medium

  * Rebuild against 'new libgit2-1.7'.

 -- Gianfranco Costamagna <email address hidden>  Mon, 04 Dec 2023 09:34:23 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64 [FULLYBUILT] arm64

Downloads

File Size SHA-256 Checksum
criterion_2.4.1.orig.tar.gz 850.4 KiB 34eb5c92c2663e0c0a0b77f7c4c2f6d5600ee08a4e41833e06859b7af089c891
criterion_2.4.1-2build1.debian.tar.xz 12.3 KiB 92a3ebc9241c8317d0a7352c0f8a2be3aaff5a3ed6e8411f449376db55d42a31
criterion_2.4.1-2build1.dsc 2.1 KiB 570db3d6b22872c1147da4d5a77f440884ba1f4501bb0d38cd35d2720b65db1d

View changes file

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