Attention is currently required from: Thomas Heijligen, Edward O'Callaghan. Anastasia Klimchuk has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/63832 )
Change subject: meson: add option to enable or disable tests ......................................................................
Patch Set 1:
(2 comments)
Commit Message:
https://review.coreboot.org/c/flashrom/+/63832/comment/7a08bd85_ae75f9a6 PS1, Line 10: Run `meson -Dtests=true` to enable tests. (default) : Run `meson -Dtests=false` to disable tests. One last test scenario: does it work with no option mentioned in command line? just meson, or just meson test.
File meson.build:
https://review.coreboot.org/c/flashrom/+/63832/comment/c25bc98c_ba3d140a PS1, Line 522: if cmocka_dep.found() I remember that is an important thing, to check cmocka dep. We can keep both conditions I think (option present and dependency found).