slackbuilds/development/Catch2
pyllyukko 7330661912 development/Catch2: Fixed pkgconfig paths for compat32
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-01-02 23:13:53 +07:00
..
Catch2.SlackBuild development/Catch2: Fixed pkgconfig paths for compat32 2025-01-02 23:13:53 +07:00
Catch2.info development/Catch2: Updated for version 3.5.4. 2024-04-19 22:05:12 +07:00
README development/Catch2: Added (Unit testing framework for C++) 2023-04-01 09:14:16 +07:00
slack-desc development/Catch2: Added (Unit testing framework for C++) 2023-04-01 09:14:16 +07:00

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.