aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2023-10-26 13:14:13 -0700
committerCopybara-Service <copybara-worker@google.com>2023-10-26 13:15:23 -0700
commit5b7fd63d6d69f1754d5f3be956949484ebac06d5 (patch)
treeef976c668d77be380d8ab27533d456e2efd9aee3
parent518387203b573f35477fa6872dd54620e70d2bdb (diff)
downloadgoogletest-5b7fd63d6d69f1754d5f3be956949484ebac06d5.tar.gz
Export gmock-spec-builders.
gmock.h is the umbrella header to be used for rest of the library, and it also enables users to export certain details. This wasn't working for some interfaces like EXPECT_CALL because gmock-spec-builders wasn't explicitly exported. PiperOrigin-RevId: 576966583 Change-Id: Ie050430cf11384977cd95f4ed6e73235d6857057
-rw-r--r--googlemock/include/gmock/gmock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/googlemock/include/gmock/gmock.h b/googlemock/include/gmock/gmock.h
index 2ca4f7ac..c78fb8ee 100644
--- a/googlemock/include/gmock/gmock.h
+++ b/googlemock/include/gmock/gmock.h
@@ -60,6 +60,7 @@
#include "gmock/gmock-more-actions.h" // IWYU pragma: export
#include "gmock/gmock-more-matchers.h" // IWYU pragma: export
#include "gmock/gmock-nice-strict.h" // IWYU pragma: export
+#include "gmock/gmock-spec-builders.h" // IWYU pragma: export
#include "gmock/internal/gmock-internal-utils.h"
#include "gmock/internal/gmock-port.h"