cxxtest 4.4+git171022-1build1 source package in Ubuntu

Changelog

cxxtest (4.4+git171022-1build1) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:32:06 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Laszlo Boszormenyi
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cxxtest_4.4+git171022.orig.tar.xz 234.6 KiB b7f833ca8727354a274e96a12e56555b9bf453033f1ef7b889f5b2a0e611c873
cxxtest_4.4+git171022-1build1.debian.tar.xz 5.8 KiB 080b390dfa50fa10027c87ebe380322b5a5627f0d291235fa6f3dcac29391240
cxxtest_4.4+git171022-1build1.dsc 1.9 KiB eff358aab63a15f4d61f1b82dee162a816e8f663ab9ecf39c20c87672040af94

View changes file

Binary packages built by this source

cxxtest: lightweight xUnit-like framework for C/C++ applications

 CxxTest is a unit testing framework for C++ that is similar in spirit to
 JUnit, CppUnit, and xUnit. It provides assertions for checking conditions
 and classes for defining unit-test cases.
 .
 CxxTest is easy to use because it does not require precompiling a CxxTest
 testing library, it employs no advanced features of C++ (e.g. RTTI) and it
 supports a very flexible form of test discovery, which simplifies the creation
 of test drivers. It includes a script that parses C++ files that define unit
 tests and then generates a C++ test runner. When compiled, the test runner
 manages the execution of all unit tests in a flexible manner.