mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-24 13:39:24 +00:00
Added string classes
This commit is contained in:
parent
cb0a5194af
commit
78e7994435
13 changed files with 908 additions and 0 deletions
|
@ -37,6 +37,15 @@
|
|||
#include "catch_matchers_string.hpp"
|
||||
#include "catch_startup_exception_registry.hpp"
|
||||
|
||||
// These files are not included in the full (not single include) project
|
||||
// as they are compiled as proper cpp files
|
||||
#ifndef CATCH_CONFIG_FULL_PROJECT
|
||||
# include "catch_stringref.cpp"
|
||||
# include "catch_string.cpp"
|
||||
# include "catch_stringbuilder.cpp"
|
||||
# include "catch_stringdata.cpp"
|
||||
#endif
|
||||
|
||||
#include "../reporters/catch_reporter_multi.hpp"
|
||||
#include "../reporters/catch_reporter_xml.hpp"
|
||||
#include "../reporters/catch_reporter_junit.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue