Move matcher implementation to their own subfolder
In the future we can expect many more matchers, so let's give them a place to live. Also moved matcher-related internal files to `internal` subfolder. Ideally we should sort out all of our source code, but that will have to come later.
This commit is contained in:
parent
40e35d4318
commit
c3013a6251
25 changed files with 47 additions and 50 deletions
|
@ -14,9 +14,9 @@
|
|||
#include <catch2/catch_enforce.h>
|
||||
#include <catch2/catch_debugger.h>
|
||||
#include <catch2/catch_interfaces_registry_hub.h>
|
||||
#include <catch2/catch_capture_matchers.h>
|
||||
#include <catch2/internal/catch_capture_matchers.h>
|
||||
#include <catch2/catch_run_context.h>
|
||||
#include <catch2/catch_matchers_string.h>
|
||||
#include <catch2/matchers/catch_matchers_string.h>
|
||||
|
||||
namespace Catch {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue