catch 1.12.1-1ubuntu1 source package in Ubuntu

Changelog

catch (1.12.1-1ubuntu1) focal; urgency=medium

  * Build using python2.

 -- Matthias Klose <email address hidden>  Tue, 31 Mar 2020 11:41:10 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
kapouer
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
catch_1.12.1.orig.tar.gz 368.4 KiB 128befd0164e569f6eb8df467518f3f7afdecab600807dfff46012217467d47c
catch_1.12.1-1ubuntu1.debian.tar.xz 2.8 KiB 7ba565a25b9d750ce20f38efdf7a9c22ce4599cd45a94b99e8a852a4ce4b547b
catch_1.12.1-1ubuntu1.dsc 1.8 KiB 3f152560a75694db4a81207bc5c891503ba208f8cbf316f47c6277ae1a1bf8d0

View changes file

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.