mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-22 06:35:42 +02:00
f29c898443d65cc3fe2f040e700c64bba907288e

Some files had include guards that didn't match the file name, and others were missing the include guards entirely. Standardized this so that every include file has an include guard, and all the guards are of the form TWOBLUECUBES_<FILENAME>_<EXT>_INCLUDED
See the wiki at: https://github.com/philsquared/Catch/wiki
Description
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)
Readme
75 MiB
Languages
C++
90.2%
CMake
5.4%
Python
3.2%
Meson
0.7%
Starlark
0.3%