Catch2
------

Catch2 stands for C++ Automated Test Cases in a Header and is a multi-paradigm
test framework for C++. which also supports Objective-C (and maybe C).
It is primarily distributed as a single header file, although certain extensions
may require additional headers.

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

Copyright: 2010-2020 Two Blue Cubes Ltd
           2012, 2015 Martin Moene
           2017 Justin R. Wilson
           Catch2 Authors

License:
 Distributed under the Boost Software License, Version 1.0. (See accompanying
 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Version: 2.13.4
