mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-26 07:16:10 +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)
|
||||
# define CATCH_IMPL
|
||||
# define CATCH_CONFIG_EXTERNAL_INTERFACES
|
||||
# if defined(CATCH_CONFIG_DISABLE_MATCHERS)
|
||||
# undef CATCH_CONFIG_DISABLE_MATCHERS
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include "internal/catch_platform.h"
|
||||
|
Loading…
Reference in New Issue
Block a user