Skip to content

testing/doctest: new aport

Nick Black requested to merge (removed):testing/doctest into master

Obsoletes !9856 (closed).

URL: https://github.com/onqtam/doctest

doctest is a fast (to compile) C++ unit testing framework implemented purely as a header file -- there are no libraries which must be linked.

With the addition of this aport, I'll be able to enable unit testing in the testing/notcurses aport, which seems a fine thing.

Merge request reports