catch 1.12.2-0.2 source package in Ubuntu

Changelog

catch (1.12.2-0.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Mark catch as Multi-Arch: foreign (Closes: #1023089)
  * Bump Standards-Version to 4.7.0

 -- Timo Röhling <email address hidden>  Thu, 18 Apr 2024 00:29:32 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
catch_1.12.2-0.2.dsc 1.9 KiB 7e8bb456480413f09cbc0d5fed121a58888cfe8b994002ce6a97e37d93dfbabc
catch_1.12.2.orig.tar.gz 368.4 KiB 27bf01d20692e534a8963f96c6ca797df2b4ba6551db0379510c376558d75e3c
catch_1.12.2-0.2.debian.tar.xz 4.3 KiB 8b30e89b5c52a09a0a08cc9ee459c9698be2d44a04328e177ee32cbf0acbb2d5

Available diffs

No changes file available.

Binary packages built by this source

catch: C++ Automated Test Cases in Headers

 Catch is a multi-paradigm automated test framework for C++
 and Objective-C.
 .
 Its key features are:
  * Distributed as a single header file with no dependencies.
  * Test cases are self-registering.
  * Test cases can be de divided into isolated sections.
  * Behaviour Driven Design style is possible with GIVEN-WHEN-THEN
    in place of test cases and sections.
  * Only one core assertion macro for comparisons; standard language
    operators are used for comparison, yet the expression is decomposed
    and properly logged.