commit | 7aede384fcfce9ef5a8b6e2dd70f85e7f244b06b | [log] [tgz] |
---|---|---|
author | Jason M. Bills <jason.m.bills@linux.intel.com> | Mon Apr 01 11:44:08 2024 -0700 |
committer | Jason Bills <jason.m.bills@linux.intel.com> | Wed Apr 03 15:20:03 2024 +0000 |
tree | d516fc8cec20894d00f4c3651926a40809d3ac09 | |
parent | 85d19abcab63d98adae806a952db5264c4965da9 [diff] [blame] |
Enable tests by default and change check to allowed Update these settings according to the comments in [1]. [1]: https://gerrit.openbmc.org/c/openbmc/host-error-monitor/+/66987 Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Change-Id: I9feed7d3431fcc212fc669c994e2ff60479bc4c4
diff --git a/meson.options b/meson.options index a8637ae..b0982cd 100644 --- a/meson.options +++ b/meson.options
@@ -15,7 +15,7 @@ option( 'tests', type: 'feature', - value: 'disabled', + value: 'enabled', description: 'Enable unit tests', )