mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-24 21:49:24 +00:00
Extracted string matchers impl into cpp that is only compiled into main TU
This commit is contained in:
parent
7fed25ad1f
commit
1400127d6f
5 changed files with 125 additions and 77 deletions
|
@ -36,6 +36,7 @@
|
|||
#include "catch_result_builder.hpp"
|
||||
#include "catch_tag_alias_registry.hpp"
|
||||
#include "catch_test_case_tracker.hpp"
|
||||
#include "catch_matchers_string.hpp"
|
||||
|
||||
#include "../reporters/catch_reporter_multi.hpp"
|
||||
#include "../reporters/catch_reporter_xml.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue