build: update gtest to v1.17

Generated with 'meson wrap update'

Change-Id: I4a2150953e5929ea820a3db818fb02d38fdb87fb
Signed-off-by: Brad Bishop <bradbish@qti.qualcomm.com>
Tested: Successful compilation and unit test run using subprojects.
1 file changed
tree: ef8c744a33b6af05fce34be32777692bdd685008
  1. fail-monitor/
  2. libmapper/
  3. src/
  4. subprojects/
  5. .clang-format
  6. .clang-tidy
  7. .gitignore
  8. LICENSE
  9. meson.build
  10. meson.options
  11. OWNERS
  12. README.md
README.md

The Mapper

This repository contains the mapper, which assists in finding things on D-Bus. There is documentation about it in the docs repository.

Prerequisites

Non-OpenBMC build dependencies are:

  • meson/ninja
  • boost
  • libsystemd
  • systemd
  • tinyxml2

Build

meson build && ninja -C build

Run Unit Tests

meson build && ninja -C build test

Clean the repository

rm -rf build