commit | 7e11ab0a1155be4f3a2b9c185bd16d9d8b602fd9 | [log] [tgz] |
---|---|---|
author | Jagpal Singh Gill <paligill@gmail.com> | Fri Dec 08 11:41:41 2023 -0800 |
committer | Jagpal Singh Gill <paligill@gmail.com> | Fri Feb 02 16:04:33 2024 -0800 |
tree | 980377b8656a6893edd3f41f897715ee7e97f319 | |
parent | 4f64e52403bf27f36ab8e9d35022c1d73a15608d [diff] [blame] |
add health_metric_config implementation Add the health_metric_config interface and implementation for phosphor-health-monitor. This interface will be used in the re-write of phosphor-health-monitor. This change is in relation to following design and D-Bus interface update- https://gerrit.openbmc.org/c/openbmc/docs/+/64917 https://gerrit.openbmc.org/c/openbmc/phosphor-dbus-interfaces/+/64914 gtest added for UT. Change-Id: Ic40faafbb57597023cc70036428d46ee69a895a2 Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
diff --git a/meson.options b/meson.options new file mode 100644 index 0000000..0fc2767 --- /dev/null +++ b/meson.options
@@ -0,0 +1 @@ +option('tests', type: 'feature', description: 'Build tests')