catch 1.12.1-1 source package in Ubuntu

Changelog

catch (1.12.1-1) unstable; urgency=medium

  [ Nicolas Dandrimont ]
  * Fix Vcs-Git URL

  [ Jérémy Lal ]
  * Watch major 1
  * Update Homepage url
  * New upstream version 1.12.1
  * Migrate to salsa.debian.org, update Vcs-* url

 -- Jérémy Lal <email address hidden>  Thu, 22 Mar 2018 16:12:32 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
catch_1.12.1-1.dsc 1.8 KiB 1726fdccecb9e1d47e29afc7ffcb40c415b9c7275b0374ce223333c7f3a574c6
catch_1.12.1.orig.tar.gz 368.4 KiB 128befd0164e569f6eb8df467518f3f7afdecab600807dfff46012217467d47c
catch_1.12.1-1.debian.tar.xz 2.6 KiB cf39255e2832782d67ab3734e342fadaf5a8b3852115a87ecea38964eb126137

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.