upgrade gtest to 1.10

pull/14197/head
Paul Szczepanek 2021-01-26 17:25:44 +00:00
parent 0c6753bb82
commit 2fe6c7aa52
3 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@ project(googletest-download NONE)
include(ExternalProject)
ExternalProject_Add(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.8.1
GIT_TAG release-1.10.0
SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
CONFIGURE_COMMAND ""

View File

@ -43,6 +43,7 @@ using ::testing::SaveArgPointee;
using ::testing::SetArrayArgument;
using ::testing::SetArgPointee;
using ::testing::SetArgReferee;
using ::testing::DoAll;
class TestEthernetInterface: public testing::Test {
protected:

View File

@ -38,6 +38,7 @@ using ::testing::SaveArgPointee;
using ::testing::SetArrayArgument;
using ::testing::SetArgPointee;
using ::testing::SetArgReferee;
using ::testing::DoAll;
class MockPPP : public PPP {
public: