mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 14:09:26 +00:00
Merges objc top level headers into main headers (using #ifdef __OBJC__)
This commit is contained in:
parent
38edb9fa95
commit
95419e935c
8 changed files with 28 additions and 38 deletions
|
@ -30,6 +30,10 @@
|
|||
#include "internal/catch_generators.hpp"
|
||||
#include "internal/catch_interfaces_exception.h"
|
||||
|
||||
#ifdef __OBJC__
|
||||
#include "internal/catch_objc.hpp"
|
||||
#endif
|
||||
|
||||
//////
|
||||
|
||||
#define REQUIRE( expr ) INTERNAL_CATCH_TEST( expr, false, true, "REQUIRE" )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue