Attention is currently required from: Thomas Heijligen, Edward O'Callaghan. Hello build bot (Jenkins), Edward O'Callaghan, Anastasia Klimchuk, Peter Marheine,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/63832
to look at the new patch set (#6).
Change subject: meson: add option to disable tests ......................................................................
meson: add option to disable tests
During development it can be useful to disable unit testing. By default tests are built if cmocka is found. To force enable tests run `meson build -Dtests=enable`. to disable tests run `meson build -Dtests=disabled`
Change-Id: I384c904c577b265dfe36bf46bf07c641bc29de9b Signed-off-by: Thomas Heijligen thomas.heijligen@secunet.com --- M meson.build M meson_options.txt 2 files changed, 27 insertions(+), 23 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/32/63832/6