From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: [PATCH 0/2] improve meson test support Date: Thu, 21 Dec 2017 10:15:08 +0000 Message-ID: <20171221101510.181082-1-bruce.richardson@intel.com> Cc: harry.van.haaren@intel.com, Bruce Richardson To: dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 6F7071B24C for ; Thu, 21 Dec 2017 11:15:22 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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