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)
|
||||
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 ""
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ using ::testing::SaveArgPointee;
|
|||
using ::testing::SetArrayArgument;
|
||||
using ::testing::SetArgPointee;
|
||||
using ::testing::SetArgReferee;
|
||||
using ::testing::DoAll;
|
||||
|
||||
class MockPPP : public PPP {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Reference in New Issue