File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
connectivity/netsocket/tests/UNITTESTS/netsocket Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ project(googletest-download NONE)
5
5
include(ExternalProject)
6
6
ExternalProject_Add(googletest
7
7
GIT_REPOSITORY https://github.com/google/googletest.git
8
- GIT_TAG release-1.8.1
8
+ GIT_TAG release-1.10.0
9
9
SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
10
10
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
11
11
CONFIGURE_COMMAND ""
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ using ::testing::SaveArgPointee;
43
43
using ::testing::SetArrayArgument;
44
44
using ::testing::SetArgPointee;
45
45
using ::testing::SetArgReferee;
46
+ using ::testing::DoAll;
46
47
47
48
class TestEthernetInterface : public testing ::Test {
48
49
protected:
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ using ::testing::SaveArgPointee;
38
38
using ::testing::SetArrayArgument;
39
39
using ::testing::SetArgPointee;
40
40
using ::testing::SetArgReferee;
41
+ using ::testing::DoAll;
41
42
42
43
class MockPPP : public PPP {
43
44
public:
You can’t perform that action at this time.
0 commit comments