Skip to content

Commit 2fe6c7a

Browse files
upgrade gtest to 1.10
1 parent 0c6753b commit 2fe6c7a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

UNITTESTS/googletest-CMakeLists.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(googletest-download NONE)
55
include(ExternalProject)
66
ExternalProject_Add(googletest
77
GIT_REPOSITORY https://github.com/google/googletest.git
8-
GIT_TAG release-1.8.1
8+
GIT_TAG release-1.10.0
99
SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
1010
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
1111
CONFIGURE_COMMAND ""

connectivity/netsocket/tests/UNITTESTS/netsocket/EthernetInterface/test_EthernetInterface.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ using ::testing::SaveArgPointee;
4343
using ::testing::SetArrayArgument;
4444
using ::testing::SetArgPointee;
4545
using ::testing::SetArgReferee;
46+
using ::testing::DoAll;
4647

4748
class TestEthernetInterface: public testing::Test {
4849
protected:

connectivity/netsocket/tests/UNITTESTS/netsocket/PPPInterface/test_PPPInterface.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ using ::testing::SaveArgPointee;
3838
using ::testing::SetArrayArgument;
3939
using ::testing::SetArgPointee;
4040
using ::testing::SetArgReferee;
41+
using ::testing::DoAll;
4142

4243
class MockPPP : public PPP {
4344
public:

0 commit comments

Comments
 (0)