criterion 2.4.1-2 source package in Ubuntu

Changelog

criterion (2.4.1-2) unstable; urgency=medium

  [ Attila Szalay ]
  * Adapt to the new nanopb version 0.4.7.
    Thanks to Balazs Scheidler <email address hidden> (Closes: #1026762)

 -- SZALAY Attila <email address hidden>  Sat, 04 Feb 2023 14:09:25 +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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64 [FULLYBUILT] arm64

Downloads

File Size SHA-256 Checksum
criterion_2.4.1-2.dsc 2.1 KiB 385c039ada28b4d262e2aaa1f2adf24573ff0518b1b5c8c0dfc34658c541cfc8
criterion_2.4.1.orig.tar.gz 850.4 KiB 34eb5c92c2663e0c0a0b77f7c4c2f6d5600ee08a4e41833e06859b7af089c891
criterion_2.4.1-2.debian.tar.xz 12.2 KiB 2668d3c094be10a6e4d5da483b7dc4a41c068aa8d0b78cc5e55d71cd505475f0

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