mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
Always compile matchers implementation
This commit is contained in:
parent
255f7d7369
commit
9796c516bb
@ -20,6 +20,9 @@
|
|||||||
#if defined(CATCH_CONFIG_MAIN) || defined(CATCH_CONFIG_RUNNER)
|
#if defined(CATCH_CONFIG_MAIN) || defined(CATCH_CONFIG_RUNNER)
|
||||||
# define CATCH_IMPL
|
# define CATCH_IMPL
|
||||||
# define CATCH_CONFIG_EXTERNAL_INTERFACES
|
# define CATCH_CONFIG_EXTERNAL_INTERFACES
|
||||||
|
# if defined(CATCH_CONFIG_DISABLE_MATCHERS)
|
||||||
|
# undef CATCH_CONFIG_DISABLE_MATCHERS
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "internal/catch_platform.h"
|
#include "internal/catch_platform.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user