History log of /openbmc/entity-manager/subprojects/gtest.wrap (Results 1 – 2 of 2)
Revision Date Author Comments
# 5139ddd3 16-May-2022 Brad Bishop <bradleyb@fuzziesquirrel.com>

meson: wrap: Track upstream HEAD

This is what other OpenBMC projects do. Tracking HEAD can result in
reproducibility or strange ordering issues caused by upstream activity;
however, it does provide

meson: wrap: Track upstream HEAD

This is what other OpenBMC projects do. Tracking HEAD can result in
reproducibility or strange ordering issues caused by upstream activity;
however, it does provide some benefits such as quickly identifying
upstream bugs or finding incompatible API changes sooner rather than
later. Given that the meson subproject workflow is a -secondary-
workflow typically used by developers, these are valuable trade-offs and
the usual stability contract need not be guaranteed.

Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Change-Id: Iec7dfe4244b2dfb620fc18cedca3a9615bc275e7

show more ...


# 98063a40 15-Jan-2020 Brad Bishop <bradleyb@fuzziesquirrel.com>

meson: add support for gtest library vendoring

Download gtest and build against that when gtest is not found in the
usual places, so that unit tests can be built and run without needing

meson: add support for gtest library vendoring

Download gtest and build against that when gtest is not found in the
usual places, so that unit tests can be built and run without needing to
install gtest.

Change-Id: I830ce6de761905f30da1c47395d9f8bd7fb18bd4
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...