mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Include catch_user_config.hpp in all catch_config_* files
This commit is contained in:
parent
8008625d7e
commit
73b93ce6bc
@ -18,6 +18,8 @@
|
||||
#ifndef CATCH_CONFIG_COUNTER_HPP_INCLUDED
|
||||
#define CATCH_CONFIG_COUNTER_HPP_INCLUDED
|
||||
|
||||
#include <catch2/catch_user_config.hpp>
|
||||
|
||||
#if ( !defined(__JETBRAINS_IDE__) || __JETBRAINS_IDE__ >= 20170300L )
|
||||
#define CATCH_INTERNAL_CONFIG_COUNTER
|
||||
#endif
|
||||
|
@ -17,6 +17,8 @@
|
||||
#ifndef CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP_INCLUDED
|
||||
#define CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP_INCLUDED
|
||||
|
||||
#include <catch2/catch_user_config.hpp>
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
# if _MSC_VER >= 1900 // Visual Studio 2015 or newer
|
||||
# define CATCH_INTERNAL_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS
|
||||
|
@ -17,6 +17,8 @@
|
||||
#ifndef CATCH_CONFIG_WCHAR_HPP_INCLUDED
|
||||
#define CATCH_CONFIG_WCHAR_HPP_INCLUDED
|
||||
|
||||
#include <catch2/catch_user_config.hpp>
|
||||
|
||||
// We assume that WCHAR should be enabled by default, and only disabled
|
||||
// for a shortlist (so far only DJGPP) of compilers.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user