doctest 2.4.8~ds-1.1 source package in Ubuntu

Changelog

doctest (2.4.8~ds-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix build failure with move-only types (Closes: #1005500)

 -- Timo Röhling <email address hidden>  Thu, 21 Apr 2022 23:47:01 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctest_2.4.8~ds-1.1.dsc 1.7 KiB 87aef0d4dd04499d324f8c0ed548870bc963f201e9f52a1597a7afeffd08189a
doctest_2.4.8~ds.orig.tar.xz 1.9 MiB 324a642969962273018054ed32da49e7e32de80c153e60a7bc21c16d251b4b7e
doctest_2.4.8~ds-1.1.debian.tar.xz 14.2 KiB 916ae587c313ed741b4fcb305a93b2fbf2c4bb8f9ee6da9a02b0a1b18202dad8

Available diffs

No changes file available.

Binary packages built by this source

doctest-dev: Light and feature-rich C++ testing framework

 doctest is a light and feature-rich
 C++98 / C++11 single-header testing framework
 for unit tests and TDD.
 .
 It is inspired by the unittest {} functionality
 of the D programming language and Python's docstrings -
 tests can be considered a form of documentation
 and should be able to reside near the production code
 which they test.
 This isn't possible (or at least practical)
 with any other testing framework for C++.