Skip to content

Commit

Permalink
Export gmock-spec-builders.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Abseil Team authored and Copybara-Service committed Oct 26, 2023
1 parent 5183872 commit 5b7fd63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions googlemock/include/gmock/gmock.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 5b7fd63

Please sign in to comment.