diff options
| -rw-r--r-- | ports/gtest/CONTROL | 2 | ||||
| -rw-r--r-- | ports/gtest/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/gtest/CONTROL b/ports/gtest/CONTROL index 2f93cea3e..187287cc0 100644 --- a/ports/gtest/CONTROL +++ b/ports/gtest/CONTROL @@ -1,3 +1,3 @@ Source: gtest -Version: 2019-01-04-1 +Version: 2019-01-04-2 Description: GoogleTest and GoogleMock testing frameworks. diff --git a/ports/gtest/portfile.cmake b/ports/gtest/portfile.cmake index 62d307aa2..892221925 100644 --- a/ports/gtest/portfile.cmake +++ b/ports/gtest/portfile.cmake @@ -37,6 +37,7 @@ file( "${SOURCE_PATH}/googletest/src/gtest-death-test.cc" "${SOURCE_PATH}/googletest/src/gtest-filepath.cc" "${SOURCE_PATH}/googletest/src/gtest-internal-inl.h" + "${SOURCE_PATH}/googletest/src/gtest-matchers.cc" "${SOURCE_PATH}/googletest/src/gtest-port.cc" "${SOURCE_PATH}/googletest/src/gtest-printers.cc" "${SOURCE_PATH}/googletest/src/gtest-test-part.cc" |
