From a66c7433c2c11b8b6c99142277ed4e16b1a2a465 Mon Sep 17 00:00:00 2001 From: 0x221E <0x221E@0xinfinity.dev> Date: Sun, 12 Apr 2026 16:59:40 +0200 Subject: initial commit --- .../googlemock/include/gmock/internal/custom/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 external/gtest/googlemock/include/gmock/internal/custom/README.md (limited to 'external/gtest/googlemock/include/gmock/internal/custom/README.md') diff --git a/external/gtest/googlemock/include/gmock/internal/custom/README.md b/external/gtest/googlemock/include/gmock/internal/custom/README.md new file mode 100644 index 0000000..9c4874f --- /dev/null +++ b/external/gtest/googlemock/include/gmock/internal/custom/README.md @@ -0,0 +1,18 @@ +# Customization Points + +The custom directory is an injection point for custom user configurations. + +## Header `gmock-port.h` + +The following macros can be defined: + +### Flag related macros: + +* `GMOCK_DECLARE_bool_(name)` +* `GMOCK_DECLARE_int32_(name)` +* `GMOCK_DECLARE_string_(name)` +* `GMOCK_DEFINE_bool_(name, default_val, doc)` +* `GMOCK_DEFINE_int32_(name, default_val, doc)` +* `GMOCK_DEFINE_string_(name, default_val, doc)` +* `GMOCK_FLAG_GET(flag_name)` +* `GMOCK_FLAG_SET(flag_name, value)` -- cgit v1.2.3