commit | 3d7104c124e3af88eda573f867f79d0aa9ef6c72 | [log] [tgz] |
---|---|---|
author | garethsb-sony <[email protected]> | Tue Dec 19 12:26:37 2017 +0000 |
committer | Martin Hořeňovský <[email protected]> | Thu Jan 11 21:17:12 2018 +0100 |
tree | c08867bfcae7ef7ac7eb2b728f2276f3860c962b | |
parent | 6441c20a2cc0c8a256bd8cab06fea080a59ef189 [diff] |
Catch ``catch_discover_tests`` Copied from [Dynamic Catch test discovery in CMake](https://gist.github.com/garethsb/a01ed0dbd4977d439c16200640549935), which was inspired by [Dynamic Google Test Discovery in CMake 3.10](https://blog.kitware.com/dynamic-google-test-discovery-in-cmake-3-10/). Original source code: - Adapted by [Gareth Sylvester-Bradley](https://github.com/garethsb) from [GoogleTest ``gtest_discover_tests``](https://gitlab.kitware.com/cmake/cmake/merge_requests/1056). - BSD 3-clause "New" or "Revised" License. - Copyright 2000-2017 Kitware, Inc. and Contributors. All rights reserved.
The latest version of the single header can be downloaded directly using this link
If you've been using an earlier version of Catch, please see the Breaking Changes section of the release notes before moving to Catch2. You might also like to read this blog post for more details.
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.
This documentation comprises these three parts: