WrapDB Browser

WrapDB Browser

catch2

A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)

catchorg/Catch2
Latest Upstream Version:v3.11.0

https://discord.gg/4CWS9zD

Package metadata is not taken from the WrapDB database and may be inaccurate. See this issue for details.

Version:

Usage

Install the latest catch2 package with the following command:

meson wrap install catch2

Or, download the wrap file directly fromthis linkand place it in the 'subprojects' directory of your project.

Libraries (or programs) from catch2 3.11.0-1 can be used by adding the following lines to your meson.build file:

catch2_dep = dependency('catch2')
catch2-with-main_dep = dependency('catch2-with-main')

Patch Files Preview

No patch files needed for this package.