Introduce a way to intentionally expose interface for use in tests

Fixes #1076
This commit is contained in:
Martin Hořeňovský 2017-11-21 11:10:07 +01:00
parent e08a4ed99e
commit a8a1c379c0
3 changed files with 20 additions and 0 deletions

View file

@ -43,6 +43,7 @@
# endif
#endif
#include "internal/catch_user_interfaces.h"
#include "internal/catch_tag_alias_autoregistrar.h"
#include "internal/catch_test_registry.h"
#include "internal/catch_capture.hpp"