criterion 2.4.0-rc-18-g1cc3911-1 source package in Ubuntu

Changelog

criterion (2.4.0-rc-18-g1cc3911-1) unstable; urgency=medium

  [ Attila Szalay ]
  * Enable pristine-tar for import-orig
  * New upstream version 2.4.0-rc-18-g1cc3911
  * Removed patches already applied upstream
  * Set the required minimum libboxfort package version

 -- SZALAY Attila <email address hidden>  Tue, 15 Feb 2022 08:14:49 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64 [FULLYBUILT] arm64

Downloads

File Size SHA-256 Checksum
criterion_2.4.0-rc-18-g1cc3911-1.dsc 2.2 KiB 9e1d60f41420dd44ebcdd9776cb19c01cb1a31c3f4f33580722c27dae5d06ae7
criterion_2.4.0-rc-18-g1cc3911.orig.tar.gz 849.8 KiB 29dfd0b1e691ecf375774d7f442137889f8d169cfa233f038af4092a258b9160
criterion_2.4.0-rc-18-g1cc3911-1.debian.tar.xz 11.8 KiB 66cd26a1e07a1a55e8fd0754ccebb4171afb3540df9183f15b6bc45b98d2cc74

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