|
22 | 22 | #ifndef CATCH_ALL_HPP_INCLUDED
|
23 | 23 | #define CATCH_ALL_HPP_INCLUDED
|
24 | 24 |
|
25 |
| -#include <catch2/benchmark/catch_benchmark_all.hpp> |
26 |
| -#include <catch2/catch_approx.hpp> |
27 |
| -#include <catch2/catch_assertion_info.hpp> |
28 |
| -#include <catch2/catch_assertion_result.hpp> |
29 |
| -#include <catch2/catch_config.hpp> |
30 |
| -#include <catch2/catch_get_random_seed.hpp> |
31 |
| -#include <catch2/catch_message.hpp> |
32 |
| -#include <catch2/catch_section_info.hpp> |
33 |
| -#include <catch2/catch_session.hpp> |
34 |
| -#include <catch2/catch_tag_alias.hpp> |
35 |
| -#include <catch2/catch_tag_alias_autoregistrar.hpp> |
36 |
| -#include <catch2/catch_template_test_macros.hpp> |
37 |
| -#include <catch2/catch_test_case_info.hpp> |
38 |
| -#include <catch2/catch_test_macros.hpp> |
39 |
| -#include <catch2/catch_test_spec.hpp> |
40 |
| -#include <catch2/catch_timer.hpp> |
41 |
| -#include <catch2/catch_tostring.hpp> |
42 |
| -#include <catch2/catch_totals.hpp> |
43 |
| -#include <catch2/catch_translate_exception.hpp> |
44 |
| -#include <catch2/catch_version.hpp> |
45 |
| -#include <catch2/catch_version_macros.hpp> |
46 |
| -#include <catch2/generators/catch_generators_all.hpp> |
47 |
| -#include <catch2/interfaces/catch_interfaces_all.hpp> |
48 |
| -#include <catch2/internal/catch_assertion_handler.hpp> |
49 |
| -#include <catch2/internal/catch_case_insensitive_comparisons.hpp> |
50 |
| -#include <catch2/internal/catch_case_sensitive.hpp> |
51 |
| -#include <catch2/internal/catch_clara.hpp> |
52 |
| -#include <catch2/internal/catch_commandline.hpp> |
53 |
| -#include <catch2/internal/catch_compare_traits.hpp> |
54 |
| -#include <catch2/internal/catch_compiler_capabilities.hpp> |
55 |
| -#include <catch2/internal/catch_config_android_logwrite.hpp> |
56 |
| -#include <catch2/internal/catch_config_counter.hpp> |
57 |
| -#include <catch2/internal/catch_config_prefix_messages.hpp> |
58 |
| -#include <catch2/internal/catch_config_static_analysis_support.hpp> |
59 |
| -#include <catch2/internal/catch_config_uncaught_exceptions.hpp> |
60 |
| -#include <catch2/internal/catch_config_wchar.hpp> |
61 |
| -#include <catch2/internal/catch_console_colour.hpp> |
62 |
| -#include <catch2/internal/catch_console_width.hpp> |
63 |
| -#include <catch2/internal/catch_container_nonmembers.hpp> |
64 |
| -#include <catch2/internal/catch_context.hpp> |
65 |
| -#include <catch2/internal/catch_debug_console.hpp> |
66 |
| -#include <catch2/internal/catch_debugger.hpp> |
67 |
| -#include <catch2/internal/catch_decomposer.hpp> |
68 |
| -#include <catch2/internal/catch_enforce.hpp> |
69 |
| -#include <catch2/internal/catch_enum_values_registry.hpp> |
70 |
| -#include <catch2/internal/catch_errno_guard.hpp> |
71 |
| -#include <catch2/internal/catch_exception_translator_registry.hpp> |
72 |
| -#include <catch2/internal/catch_fatal_condition_handler.hpp> |
73 |
| -#include <catch2/internal/catch_floating_point_helpers.hpp> |
74 |
| -#include <catch2/internal/catch_getenv.hpp> |
75 |
| -#include <catch2/internal/catch_is_permutation.hpp> |
76 |
| -#include <catch2/internal/catch_istream.hpp> |
77 |
| -#include <catch2/internal/catch_lazy_expr.hpp> |
78 |
| -#include <catch2/internal/catch_leak_detector.hpp> |
79 |
| -#include <catch2/internal/catch_list.hpp> |
80 |
| -#include <catch2/internal/catch_logical_traits.hpp> |
81 |
| -#include <catch2/internal/catch_message_info.hpp> |
82 |
| -#include <catch2/internal/catch_meta.hpp> |
83 |
| -#include <catch2/internal/catch_move_and_forward.hpp> |
84 |
| -#include <catch2/internal/catch_noncopyable.hpp> |
85 |
| -#include <catch2/internal/catch_optional.hpp> |
86 |
| -#include <catch2/internal/catch_output_redirect.hpp> |
87 |
| -#include <catch2/internal/catch_parse_numbers.hpp> |
88 |
| -#include <catch2/internal/catch_platform.hpp> |
89 |
| -#include <catch2/internal/catch_polyfills.hpp> |
90 |
| -#include <catch2/internal/catch_preprocessor.hpp> |
91 |
| -#include <catch2/internal/catch_preprocessor_internal_stringify.hpp> |
92 |
| -#include <catch2/internal/catch_preprocessor_remove_parens.hpp> |
93 |
| -#include <catch2/internal/catch_random_number_generator.hpp> |
94 |
| -#include <catch2/internal/catch_random_seed_generation.hpp> |
95 |
| -#include <catch2/internal/catch_reporter_registry.hpp> |
96 |
| -#include <catch2/internal/catch_reporter_spec_parser.hpp> |
97 |
| -#include <catch2/internal/catch_result_type.hpp> |
98 |
| -#include <catch2/internal/catch_reusable_string_stream.hpp> |
99 |
| -#include <catch2/internal/catch_run_context.hpp> |
100 |
| -#include <catch2/internal/catch_section.hpp> |
101 |
| -#include <catch2/internal/catch_sharding.hpp> |
102 |
| -#include <catch2/internal/catch_singletons.hpp> |
103 |
| -#include <catch2/internal/catch_source_line_info.hpp> |
104 |
| -#include <catch2/internal/catch_startup_exception_registry.hpp> |
105 |
| -#include <catch2/internal/catch_stdstreams.hpp> |
106 |
| -#include <catch2/internal/catch_stream_end_stop.hpp> |
107 |
| -#include <catch2/internal/catch_string_manip.hpp> |
108 |
| -#include <catch2/internal/catch_stringref.hpp> |
109 |
| -#include <catch2/internal/catch_tag_alias_registry.hpp> |
110 |
| -#include <catch2/internal/catch_template_test_registry.hpp> |
111 |
| -#include <catch2/internal/catch_test_case_info_hasher.hpp> |
112 |
| -#include <catch2/internal/catch_test_case_registry_impl.hpp> |
113 |
| -#include <catch2/internal/catch_test_case_tracker.hpp> |
114 |
| -#include <catch2/internal/catch_test_failure_exception.hpp> |
115 |
| -#include <catch2/internal/catch_test_macro_impl.hpp> |
116 |
| -#include <catch2/internal/catch_test_registry.hpp> |
117 |
| -#include <catch2/internal/catch_test_run_info.hpp> |
118 |
| -#include <catch2/internal/catch_test_spec_parser.hpp> |
119 |
| -#include <catch2/internal/catch_textflow.hpp> |
120 |
| -#include <catch2/internal/catch_to_string.hpp> |
121 |
| -#include <catch2/internal/catch_uncaught_exceptions.hpp> |
122 |
| -#include <catch2/internal/catch_unique_name.hpp> |
123 |
| -#include <catch2/internal/catch_unique_ptr.hpp> |
124 |
| -#include <catch2/internal/catch_void_type.hpp> |
125 |
| -#include <catch2/internal/catch_wildcard_pattern.hpp> |
126 |
| -#include <catch2/internal/catch_xmlwriter.hpp> |
127 |
| -#include <catch2/matchers/catch_matchers_all.hpp> |
128 |
| -#include <catch2/reporters/catch_reporters_all.hpp> |
| 25 | +#include <catch2/benchmark/catch_benchmark_all.hpp> // IWYU pragma: export |
| 26 | +#include <catch2/catch_approx.hpp> // IWYU pragma: export |
| 27 | +#include <catch2/catch_assertion_info.hpp> // IWYU pragma: export |
| 28 | +#include <catch2/catch_assertion_result.hpp> // IWYU pragma: export |
| 29 | +#include <catch2/catch_config.hpp> // IWYU pragma: export |
| 30 | +#include <catch2/catch_get_random_seed.hpp> // IWYU pragma: export |
| 31 | +#include <catch2/catch_message.hpp> // IWYU pragma: export |
| 32 | +#include <catch2/catch_section_info.hpp> // IWYU pragma: export |
| 33 | +#include <catch2/catch_session.hpp> // IWYU pragma: export |
| 34 | +#include <catch2/catch_tag_alias.hpp> // IWYU pragma: export |
| 35 | +#include <catch2/catch_tag_alias_autoregistrar.hpp> // IWYU pragma: export |
| 36 | +#include <catch2/catch_template_test_macros.hpp> // IWYU pragma: export |
| 37 | +#include <catch2/catch_test_case_info.hpp> // IWYU pragma: export |
| 38 | +#include <catch2/catch_test_macros.hpp> // IWYU pragma: export |
| 39 | +#include <catch2/catch_test_spec.hpp> // IWYU pragma: export |
| 40 | +#include <catch2/catch_timer.hpp> // IWYU pragma: export |
| 41 | +#include <catch2/catch_tostring.hpp> // IWYU pragma: export |
| 42 | +#include <catch2/catch_totals.hpp> // IWYU pragma: export |
| 43 | +#include <catch2/catch_translate_exception.hpp> // IWYU pragma: export |
| 44 | +#include <catch2/catch_version.hpp> // IWYU pragma: export |
| 45 | +#include <catch2/catch_version_macros.hpp> // IWYU pragma: export |
| 46 | +#include <catch2/generators/catch_generators_all.hpp> // IWYU pragma: export |
| 47 | +#include <catch2/interfaces/catch_interfaces_all.hpp> // IWYU pragma: export |
| 48 | +#include <catch2/internal/catch_assertion_handler.hpp> // IWYU pragma: export |
| 49 | +#include <catch2/internal/catch_case_insensitive_comparisons.hpp> // IWYU pragma: export |
| 50 | +#include <catch2/internal/catch_case_sensitive.hpp> // IWYU pragma: export |
| 51 | +#include <catch2/internal/catch_clara.hpp> // IWYU pragma: export |
| 52 | +#include <catch2/internal/catch_commandline.hpp> // IWYU pragma: export |
| 53 | +#include <catch2/internal/catch_compare_traits.hpp> // IWYU pragma: export |
| 54 | +#include <catch2/internal/catch_compiler_capabilities.hpp> // IWYU pragma: export |
| 55 | +#include <catch2/internal/catch_config_android_logwrite.hpp> // IWYU pragma: export |
| 56 | +#include <catch2/internal/catch_config_counter.hpp> // IWYU pragma: export |
| 57 | +#include <catch2/internal/catch_config_prefix_messages.hpp> // IWYU pragma: export |
| 58 | +#include <catch2/internal/catch_config_static_analysis_support.hpp> // IWYU pragma: export |
| 59 | +#include <catch2/internal/catch_config_uncaught_exceptions.hpp> // IWYU pragma: export |
| 60 | +#include <catch2/internal/catch_config_wchar.hpp> // IWYU pragma: export |
| 61 | +#include <catch2/internal/catch_console_colour.hpp> // IWYU pragma: export |
| 62 | +#include <catch2/internal/catch_console_width.hpp> // IWYU pragma: export |
| 63 | +#include <catch2/internal/catch_container_nonmembers.hpp> // IWYU pragma: export |
| 64 | +#include <catch2/internal/catch_context.hpp> // IWYU pragma: export |
| 65 | +#include <catch2/internal/catch_debug_console.hpp> // IWYU pragma: export |
| 66 | +#include <catch2/internal/catch_debugger.hpp> // IWYU pragma: export |
| 67 | +#include <catch2/internal/catch_decomposer.hpp> // IWYU pragma: export |
| 68 | +#include <catch2/internal/catch_enforce.hpp> // IWYU pragma: export |
| 69 | +#include <catch2/internal/catch_enum_values_registry.hpp> // IWYU pragma: export |
| 70 | +#include <catch2/internal/catch_errno_guard.hpp> // IWYU pragma: export |
| 71 | +#include <catch2/internal/catch_exception_translator_registry.hpp> // IWYU pragma: export |
| 72 | +#include <catch2/internal/catch_fatal_condition_handler.hpp> // IWYU pragma: export |
| 73 | +#include <catch2/internal/catch_floating_point_helpers.hpp> // IWYU pragma: export |
| 74 | +#include <catch2/internal/catch_getenv.hpp> // IWYU pragma: export |
| 75 | +#include <catch2/internal/catch_is_permutation.hpp> // IWYU pragma: export |
| 76 | +#include <catch2/internal/catch_istream.hpp> // IWYU pragma: export |
| 77 | +#include <catch2/internal/catch_lazy_expr.hpp> // IWYU pragma: export |
| 78 | +#include <catch2/internal/catch_leak_detector.hpp> // IWYU pragma: export |
| 79 | +#include <catch2/internal/catch_list.hpp> // IWYU pragma: export |
| 80 | +#include <catch2/internal/catch_logical_traits.hpp> // IWYU pragma: export |
| 81 | +#include <catch2/internal/catch_message_info.hpp> // IWYU pragma: export |
| 82 | +#include <catch2/internal/catch_meta.hpp> // IWYU pragma: export |
| 83 | +#include <catch2/internal/catch_move_and_forward.hpp> // IWYU pragma: export |
| 84 | +#include <catch2/internal/catch_noncopyable.hpp> // IWYU pragma: export |
| 85 | +#include <catch2/internal/catch_optional.hpp> // IWYU pragma: export |
| 86 | +#include <catch2/internal/catch_output_redirect.hpp> // IWYU pragma: export |
| 87 | +#include <catch2/internal/catch_parse_numbers.hpp> // IWYU pragma: export |
| 88 | +#include <catch2/internal/catch_platform.hpp> // IWYU pragma: export |
| 89 | +#include <catch2/internal/catch_polyfills.hpp> // IWYU pragma: export |
| 90 | +#include <catch2/internal/catch_preprocessor.hpp> // IWYU pragma: export |
| 91 | +#include <catch2/internal/catch_preprocessor_internal_stringify.hpp> // IWYU pragma: export |
| 92 | +#include <catch2/internal/catch_preprocessor_remove_parens.hpp> // IWYU pragma: export |
| 93 | +#include <catch2/internal/catch_random_number_generator.hpp> // IWYU pragma: export |
| 94 | +#include <catch2/internal/catch_random_seed_generation.hpp> // IWYU pragma: export |
| 95 | +#include <catch2/internal/catch_reporter_registry.hpp> // IWYU pragma: export |
| 96 | +#include <catch2/internal/catch_reporter_spec_parser.hpp> // IWYU pragma: export |
| 97 | +#include <catch2/internal/catch_result_type.hpp> // IWYU pragma: export |
| 98 | +#include <catch2/internal/catch_reusable_string_stream.hpp> // IWYU pragma: export |
| 99 | +#include <catch2/internal/catch_run_context.hpp> // IWYU pragma: export |
| 100 | +#include <catch2/internal/catch_section.hpp> // IWYU pragma: export |
| 101 | +#include <catch2/internal/catch_sharding.hpp> // IWYU pragma: export |
| 102 | +#include <catch2/internal/catch_singletons.hpp> // IWYU pragma: export |
| 103 | +#include <catch2/internal/catch_source_line_info.hpp> // IWYU pragma: export |
| 104 | +#include <catch2/internal/catch_startup_exception_registry.hpp> // IWYU pragma: export |
| 105 | +#include <catch2/internal/catch_stdstreams.hpp> // IWYU pragma: export |
| 106 | +#include <catch2/internal/catch_stream_end_stop.hpp> // IWYU pragma: export |
| 107 | +#include <catch2/internal/catch_string_manip.hpp> // IWYU pragma: export |
| 108 | +#include <catch2/internal/catch_stringref.hpp> // IWYU pragma: export |
| 109 | +#include <catch2/internal/catch_tag_alias_registry.hpp> // IWYU pragma: export |
| 110 | +#include <catch2/internal/catch_template_test_registry.hpp> // IWYU pragma: export |
| 111 | +#include <catch2/internal/catch_test_case_info_hasher.hpp> // IWYU pragma: export |
| 112 | +#include <catch2/internal/catch_test_case_registry_impl.hpp> // IWYU pragma: export |
| 113 | +#include <catch2/internal/catch_test_case_tracker.hpp> // IWYU pragma: export |
| 114 | +#include <catch2/internal/catch_test_failure_exception.hpp> // IWYU pragma: export |
| 115 | +#include <catch2/internal/catch_test_macro_impl.hpp> // IWYU pragma: export |
| 116 | +#include <catch2/internal/catch_test_registry.hpp> // IWYU pragma: export |
| 117 | +#include <catch2/internal/catch_test_run_info.hpp> // IWYU pragma: export |
| 118 | +#include <catch2/internal/catch_test_spec_parser.hpp> // IWYU pragma: export |
| 119 | +#include <catch2/internal/catch_textflow.hpp> // IWYU pragma: export |
| 120 | +#include <catch2/internal/catch_to_string.hpp> // IWYU pragma: export |
| 121 | +#include <catch2/internal/catch_uncaught_exceptions.hpp> // IWYU pragma: export |
| 122 | +#include <catch2/internal/catch_unique_name.hpp> // IWYU pragma: export |
| 123 | +#include <catch2/internal/catch_unique_ptr.hpp> // IWYU pragma: export |
| 124 | +#include <catch2/internal/catch_void_type.hpp> // IWYU pragma: export |
| 125 | +#include <catch2/internal/catch_wildcard_pattern.hpp> // IWYU pragma: export |
| 126 | +#include <catch2/internal/catch_xmlwriter.hpp> // IWYU pragma: export |
| 127 | +#include <catch2/matchers/catch_matchers_all.hpp> // IWYU pragma: export |
| 128 | +#include <catch2/reporters/catch_reporters_all.hpp> // IWYU pragma: export |
129 | 129 |
|
130 | 130 | #endif // CATCH_ALL_HPP_INCLUDED
|
0 commit comments