Attention is currently required from: Felix Singer, Thomas Heijligen, Edward O'Callaghan.
1 comment:
File meson.build:
Patch Set #1, Line 522: if cmocka_dep.found()
`auto` - the old behavior, which is default
I was trying to find in meson doc what exactly `auto` means and what it is doing, I am still not clear on that. I wanted to verify whether `auto` is equivalent to old behavior, I can't understand from the docs :\
For example, docs for dependency.required say just this:
"when set to false, Meson will proceed with the build"
what happens when it's set to `auto`? do you know?
For testing, the commit I linked has testing scenarios in commit message (which is really cool), I am copying them here:
$ mkdir build && cd build/
$ meson --wrap-mode=nodownload --wrap-mode=nofallback ../
$ ninja test # validate configs, builds and no tests are run.
--
$ sudo apt install libcmocka-dev
$ mkdir build && cd build/
$ meson --wrap-mode=nodownload --wrap-mode=nofallback ../
$ ninja test # validate configs, builds and tests are run.
To view, visit change 63832. To unsubscribe, or for help writing mail filters, visit settings.