CodeConstruct / mctp

MCTP userspace tools
GNU General Public License v2.0
32 stars 19 forks source link

Change `test` option to `boolean` #32

Closed amboar closed 9 months ago

amboar commented 9 months ago

Whether tests should be enabled isn't something that should be auto-detected. Switch the option from feature to boolean, and cleanup the meson.build file.

The bitbake recipe should be updated to specify the following when bumped:

EXTRA_OEMESON = "-Dtests=false"