xref: /openbmc/phosphor-health-monitor/meson.options (revision ba29dbdd04a96a46e1972641c20bf5a8e930ed8f)
1option('tests', type: 'feature', description: 'Build tests')
2
3# Variables
4option(
5    'monitor-collection-interval',
6    type: 'integer',
7    value: 1,
8    description: 'The health monitor collection interval in seconds.',
9)
10