mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 22:19:25 +00:00
Added a handful of "built-in" matchers
This commit is contained in:
parent
eca5637c58
commit
a6a40b3ba9
4 changed files with 117 additions and 30 deletions
|
@ -29,6 +29,7 @@
|
|||
#include "internal/catch_interfaces_exception.h"
|
||||
#include "internal/catch_approx.hpp"
|
||||
#include "internal/catch_test_case_info.hpp"
|
||||
#include "internal/catch_matchers.hpp"
|
||||
|
||||
#ifdef __OBJC__
|
||||
#include "internal/catch_objc.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue