Steven Voges c0b2701b31 development/Catch2: Added (Unit testing framework for C++) 1 rok pred
..
Catch2.SlackBuild c0b2701b31 development/Catch2: Added (Unit testing framework for C++) 1 rok pred
Catch2.info c0b2701b31 development/Catch2: Added (Unit testing framework for C++) 1 rok pred
README c0b2701b31 development/Catch2: Added (Unit testing framework for C++) 1 rok pred
slack-desc c0b2701b31 development/Catch2: Added (Unit testing framework for C++) 1 rok pred

README

Catch2 is mainly a unit testing framework for C++, but it also
provides basic micro-benchmarking features, and simple BDD macros.

Catch2's main advantage is that using it is both simple and natural.
Test names do not have to be valid identifiers, assertions look like
normal C++ boolean expressions, and sections provide a nice and local
way to share set-up and tear-down code in tests.

Catch2 builds the v3 branch of Catch2.
This package conflicts with Catch.