commit | 0144ae9ad2c6543fef50bba206f65edf947b55d1 | [log] [tgz] |
---|---|---|
author | Maciej Patro <[email protected]> | Sun Oct 14 17:18:32 2018 +0200 |
committer | Martin Hořeňovský <[email protected]> | Tue Oct 16 16:06:31 2018 +0200 |
tree | b3f8a5344d3ab53da2e0c34df57f553a45a18e01 | |
parent | e1307016f05dac81f46b202576fc10bab795f29f [diff] |
Fix catch_discover_tests() - now should correctly find tests with commas | Related to #1327
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: