mirror of https://github.com/ARMmbed/mbed-os.git
upgrade gtest to 1.10
parent
0c6753bb82
commit
2fe6c7aa52
|
|
@ -5,7 +5,7 @@ project(googletest-download NONE)
|
||||||
include(ExternalProject)
|
include(ExternalProject)
|
||||||
ExternalProject_Add(googletest
|
ExternalProject_Add(googletest
|
||||||
GIT_REPOSITORY https://github.com/google/googletest.git
|
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"
|
SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
|
||||||
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
|
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,7 @@ using ::testing::SaveArgPointee;
|
||||||
using ::testing::SetArrayArgument;
|
using ::testing::SetArrayArgument;
|
||||||
using ::testing::SetArgPointee;
|
using ::testing::SetArgPointee;
|
||||||
using ::testing::SetArgReferee;
|
using ::testing::SetArgReferee;
|
||||||
|
using ::testing::DoAll;
|
||||||
|
|
||||||
class TestEthernetInterface: public testing::Test {
|
class TestEthernetInterface: public testing::Test {
|
||||||
protected:
|
protected:
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,7 @@ using ::testing::SaveArgPointee;
|
||||||
using ::testing::SetArrayArgument;
|
using ::testing::SetArrayArgument;
|
||||||
using ::testing::SetArgPointee;
|
using ::testing::SetArgPointee;
|
||||||
using ::testing::SetArgReferee;
|
using ::testing::SetArgReferee;
|
||||||
|
using ::testing::DoAll;
|
||||||
|
|
||||||
class MockPPP : public PPP {
|
class MockPPP : public PPP {
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue