[dpdk-dev] [PATCH 0/2] improve meson test support

Bruce Richardson bruce.richardson at intel.com
Thu Dec 21 11:15:08 CET 2017


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



More information about the dev mailing list