mcfgthread icon indicating copy to clipboard operation
mcfgthread copied to clipboard

build: add build-test option

Open star-hengxing opened this issue 1 year ago • 1 comments

star-hengxing avatar Sep 09 '24 11:09 star-hengxing

There are two issues with this commit:

  1. The preferred name for this option would be enable-tests or with-tests (use plural!). The former is usually preferred.
  2. Tests should not be disabled by default. Ideally we should have build_by_default: false on tests, but it does not do what it seems to be: (https://github.com/mesonbuild/meson/issues/2518)

lhmouse avatar Sep 09 '24 12:09 lhmouse