/* * Created by Phil on 22/10/2010. * Copyright 2010 Two Blue Cubes Ltd * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ #ifndef TWOBLUECUBES_CATCH_HPP_INCLUDED #define TWOBLUECUBES_CATCH_HPP_INCLUDED #include #include #if !defined(CATCH_CONFIG_IMPL_ONLY) #include #include #include #include #include #include #include #include #include #include #include #include #include #include // These files are included here so the single_include script doesn't put them // in the conditionally compiled sections #include #include #ifdef __OBJC__ #include #endif #endif // ! CATCH_CONFIG_IMPL_ONLY #if !defined(CATCH_CONFIG_IMPL_ONLY) #ifdef CLARA_CONFIG_MAIN_NOT_DEFINED # undef CLARA_CONFIG_MAIN #endif #include #endif // ! CATCH_CONFIG_IMPL_ONLY #include #endif // TWOBLUECUBES_CATCH_HPP_INCLUDED