meson: use gtest from meson wrapdb

There's little point in introducing potential gtest development
instability into our unit testing.  Download gtest from the meson wrapdb
and use that verbatim.  Use the same version as openbmc-build-scripts.
Tested by building and running the unit tests using the gtest
subproject.

Change-Id: I1ecc28f233dd3dc22d3ee5923e9c8f0fabec2500
Signed-off-by: Brad Bishop <bradbish@qti.qualcomm.com>
3 files changed
tree: 3431fdadad0826e1d6e9119ec8a2c4a9190048e6
  1. fail-monitor/
  2. libmapper/
  3. src/
  4. subprojects/
  5. .clang-format
  6. .gitignore
  7. LICENSE
  8. meson.build
  9. meson.options
  10. OWNERS
  11. 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