mbed-os/UNITTESTS
Robert Walton d4f01818b4 CMake: unit-tests: Fetch googletest master
googletest now follows the "Abseil Live at HEAD" philosophy, which means
they recommend using the latest commit on the master branch and always
compiling from source. They recommend this to avoid version mismatch
issues and "diamond dependency" problems which are common in dependency
graphs with pinned versions. Google make the "promise" that future
changes won't break downstream code if it follows the "Abseil
compatability guidelines".

Upping the version to master also fixes some CMake configure time
warnings that were present with the older tagged releases of googletest:

CMake Deprecation Warning at __build/_deps/googletest-src/CMakeLists.txt:4 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.

CMake Deprecation Warning at __build/_deps/googletest-src/googlemock/CMakeLists.txt:45 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.

CMake Deprecation Warning at __build/_deps/googletest-src/googletest/CMakeLists.txt:56 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.
2021-06-10 23:25:19 +01:00
..
stubs CMake: unit-tests: Remove trailing whitespace from stubs/CMakeLists.txt 2021-06-10 23:24:43 +01:00
target_h CMake: Update target_h stub headers 2021-05-11 02:29:56 -07:00
template unittest: fix missing licenses + spdx 2020-02-21 07:01:00 +00:00
unit_test CMake: Update build tools python modules to pick refactored way of unittest CMake 2021-05-11 02:49:03 -07:00
.mbedignore Add unit testing framework 2018-08-27 14:32:35 +03:00
CMakeLists.txt CMake: unit-tests: Fetch googletest master 2021-06-10 23:25:19 +01:00
CMakeSettings.json Add unit testing framework 2018-08-27 14:32:35 +03:00
googletest-CMakeLists.txt.in upgrade gtest to 1.10 2021-01-26 17:25:44 +00:00
mbed_unittest.py CMake: Update build tools python modules to pick refactored way of unittest CMake 2021-05-11 02:49:03 -07:00