doctest 1.2.6+repack0-2 source package in Ubuntu

Changelog

doctest (1.2.6+repack0-2) unstable; urgency=medium

  * Initialize git-dpm; add patch:
    - Correct DOCTEST_NO_INSTALL logic; do install unless it is set
      (Closes: #880721)
  * Actually verify that the mandatory files are really installed

 -- Didier Raboud <email address hidden>  Sat, 04 Nov 2017 15:28:11 +0100

Upload details

Uploaded by:
Didier Raboud
Uploaded to:
Sid
Original maintainer:
Didier Raboud
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctest_1.2.6+repack0-2.dsc 1.8 KiB 6f07eaf195eae9c2c44faf34ec82ed7527af96bcf0c739b71587a8e6152c4527
doctest_1.2.6+repack0.orig.tar.xz 2.0 MiB 21d54708cb12c7409cb2cbe384b89adb3b2836302447b7d10d54a1cfe262ebd4
doctest_1.2.6+repack0-2.debian.tar.xz 3.3 KiB f0c75c3ca33dce4d3053f31e69e3f64e3892448fb60300e664406ce91e676e4c

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++.