SlackBuilds Repository

15.0 > Development > Catch (2.13.10)

Catch stands for C++ Automated Test Cases in Headers and is a
multi-paradigm automated test framework for C++ and Objective-C
(and, maybe, C). It is implemented entirely in a set of header
files, but is packaged up as a single header for extra convenience.

Key features:

- Really easy to get started. Just download catch.hpp,
#include it and you're away.
- No external dependencies. As long as you can compile
C++98 and have a C++ standard library available.
- Write test cases as, self-registering, functions or
methods.
- Divide test cases into sections, each of which is run
in isolation (eliminates the need for fixtures!)
- Use BDD-style Given-When-Then sections as well as
traditional unit test cases.
- Only one core assertion macro for comparisons.
Standard C/C++ operators are used for the comparison -
yet the full expression is decomposed and lhs and rhs
values are logged.

Note: To enable Catch's self-tests, export SELFTEST=yes in the
script's environment. This doesn't affect the binary package that gets
built.

Maintained by: Steven Voges
Keywords: test,tdd,bdd,c++,cpp,unit-tests,Catch
ChangeLog: Catch

Homepage:
https://github.com/catchorg/Catch2

Source Downloads:
Catch2-2.13.10.tar.gz (7a4dd2fd14fb9f46198eb670ac7834b7)

Download SlackBuild:
Catch.tar.gz
Catch.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
Catch.SlackBuild
Catch.info
README
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds