mcfgthread
mcfgthread copied to clipboard
build: add build-test option
There are two issues with this commit:
- The preferred name for this option would be
enable-testsorwith-tests(use plural!). The former is usually preferred. - Tests should not be disabled by default. Ideally we should have
build_by_default: falseon tests, but it does not do what it seems to be: (https://github.com/mesonbuild/meson/issues/2518)