Searched hist:"5 d234dd1f5a2a121603f2f2a5c0e08aeff14ca90" (Results 1 – 1 of 1) sorted by relevance
/openbmc/phosphor-gpio-monitor/test/ |
H A D | meson.build | diff 5d234dd1f5a2a121603f2f2a5c0e08aeff14ca90 Mon Apr 22 09:52:41 CDT 2024 Konstantin Aladyshev <aladyshev22@gmail.com> meson: Provide "gmock" for local build
Currently local meson build fails with the error: """ test/meson.build:1:8: ERROR: Dependency "gmock" not found, tried pkgconfig and system """ Provide "gmock/gtest" for local build to fix the issue.
Tested: "meson setup build" no longer fails with the "gmock not found" error.
Change-Id: Ia5987e9355e76ce69fa5258d19f097be10a9d5f9 Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
|