Merges objc top level headers into main headers (using #ifdef __OBJC__)

This commit is contained in:
Phil Nash 2011-04-26 19:00:25 +01:00
parent 38edb9fa95
commit 95419e935c
8 changed files with 28 additions and 38 deletions

View file

@ -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" )