cxxtest 4.4+git171022-2 source package in Ubuntu

Changelog

cxxtest (4.4+git171022-2) unstable; urgency=medium

  * Update doc-base links.
  * Update cdbs clean target.
  * Update watch file.
  * Update Standards-Version to 4.5.0 .

  [ Sandro Tosi <email address hidden> ]
  * Switch to python3 (closes: 939481).

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Sun, 12 Jul 2020 07:43:11 +0200

Upload details

Uploaded by:
Laszlo Boszormenyi
Uploaded to:
Sid
Original maintainer:
Laszlo Boszormenyi
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel
Mantic release universe devel
Lunar release universe devel
Jammy release universe devel

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cxxtest_4.4+git171022-2.dsc 1.9 KiB e7eadb197180a0d00745620685a99be509f99f5908114f0f1c597395fa656b71
cxxtest_4.4+git171022.orig.tar.xz 234.6 KiB b7f833ca8727354a274e96a12e56555b9bf453033f1ef7b889f5b2a0e611c873
cxxtest_4.4+git171022-2.debian.tar.xz 6.3 KiB a484e3194015b7f6a1d7715e4c5e2ad9f58348c84a8628e6a004c69f1bc6c2fd

No changes file available.

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.