Always compile matchers implementation

This commit is contained in:
Martin Hořeňovský 2017-08-30 18:06:48 +02:00
parent 255f7d7369
commit 9796c516bb
1 changed files with 3 additions and 0 deletions

View File

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