File tree 6 files changed +6
-6
lines changed 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ set(IMPL_HEADERS
48
48
${SOURCES_DIR} /catch_approx.hpp
49
49
${SOURCES_DIR} /catch_assertion_info.hpp
50
50
${SOURCES_DIR} /catch_assertion_result.hpp
51
+ ${SOURCES_DIR} /catch_case_sensitive.hpp
51
52
${SOURCES_DIR} /catch_config.hpp
52
53
${SOURCES_DIR} /catch_get_random_seed.hpp
53
54
${SOURCES_DIR} /catch_message.hpp
@@ -67,7 +68,6 @@ set(IMPL_HEADERS
67
68
${SOURCES_DIR} /catch_version_macros.hpp
68
69
${SOURCES_DIR} /internal /catch_assertion_handler.hpp
69
70
${SOURCES_DIR} /internal /catch_case_insensitive_comparisons.hpp
70
- ${SOURCES_DIR} /internal /catch_case_sensitive.hpp
71
71
${SOURCES_DIR} /internal /catch_clara.hpp
72
72
${SOURCES_DIR} /internal /catch_commandline.hpp
73
73
${SOURCES_DIR} /internal /catch_compare_traits.hpp
Original file line number Diff line number Diff line change 26
26
#include < catch2/catch_approx.hpp>
27
27
#include < catch2/catch_assertion_info.hpp>
28
28
#include < catch2/catch_assertion_result.hpp>
29
+ #include < catch2/catch_case_sensitive.hpp>
29
30
#include < catch2/catch_config.hpp>
30
31
#include < catch2/catch_get_random_seed.hpp>
31
32
#include < catch2/catch_message.hpp>
47
48
#include < catch2/interfaces/catch_interfaces_all.hpp>
48
49
#include < catch2/internal/catch_assertion_handler.hpp>
49
50
#include < catch2/internal/catch_case_insensitive_comparisons.hpp>
50
- #include < catch2/internal/catch_case_sensitive.hpp>
51
51
#include < catch2/internal/catch_clara.hpp>
52
52
#include < catch2/internal/catch_commandline.hpp>
53
53
#include < catch2/internal/catch_compare_traits.hpp>
File renamed without changes.
Original file line number Diff line number Diff line change 8
8
#ifndef CATCH_WILDCARD_PATTERN_HPP_INCLUDED
9
9
#define CATCH_WILDCARD_PATTERN_HPP_INCLUDED
10
10
11
- #include < catch2/internal/ catch_case_sensitive.hpp>
11
+ #include < catch2/catch_case_sensitive.hpp>
12
12
13
13
#include < string>
14
14
Original file line number Diff line number Diff line change 8
8
#ifndef CATCH_MATCHERS_STRING_HPP_INCLUDED
9
9
#define CATCH_MATCHERS_STRING_HPP_INCLUDED
10
10
11
- #include < catch2/matchers/catch_matchers.hpp>
12
- #include < catch2/internal/catch_case_sensitive.hpp>
13
11
#include < catch2/internal/catch_stringref.hpp>
12
+ #include < catch2/matchers/catch_matchers.hpp>
13
+ #include < catch2/catch_case_sensitive.hpp>
14
14
15
15
#include < string>
16
16
Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ internal_headers = [
74
74
' interfaces/catch_interfaces_testcase.hpp' ,
75
75
' internal/catch_assertion_handler.hpp' ,
76
76
' internal/catch_case_insensitive_comparisons.hpp' ,
77
- ' internal/catch_case_sensitive.hpp' ,
78
77
' internal/catch_clara.hpp' ,
79
78
' internal/catch_commandline.hpp' ,
80
79
' internal/catch_compare_traits.hpp' ,
@@ -173,6 +172,7 @@ internal_headers = [
173
172
' catch_approx.hpp' ,
174
173
' catch_assertion_info.hpp' ,
175
174
' catch_assertion_result.hpp' ,
175
+ ' catch_case_sensitive.hpp' ,
176
176
' catch_config.hpp' ,
177
177
' catch_get_random_seed.hpp' ,
178
178
' catch_message.hpp' ,
You can’t perform that action at this time.
0 commit comments