Being able to call "meson test" to run unit tests is very handy, but the support is still in the early days. These two patches improve things by fixing a bug in error reporting and then allowing a test to report as skipped if a particular lib/driver/piece of HW is missing.
Bruce Richardson (2): test/test: fix missed failures when running meson test test/test: add return value to mark unit tests as skipped test/test/commands.c | 1 + test/test/test.c | 16 +++++----------- test/test/test.h | 6 ++++-- test/test/test_cryptodev.c | 28 ++++++++++++++-------------- 4 files changed, 24 insertions(+), 27 deletions(-) -- 2.14.3