Move macros to seprate header file. (see #2094)

This commit is contained in:
HoseynHeydari
2022-04-16 01:13:02 +04:30
parent d8b5016fc9
commit cb49c62af9
66 changed files with 94 additions and 47 deletions

View File

@@ -14,7 +14,7 @@
#include <catch2/catch_test_macros.hpp>
#include <catch2/benchmark/catch_benchmark.hpp>
#include <catch2/internal/catch_compiler_capabilities.hpp>
#include <catch2/internal/catch_compiler_detections.hpp>
#include <catch2/matchers/catch_matchers.hpp>
#include <catch2/matchers/catch_matchers_predicate.hpp>