From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Dec 2017 02:15:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,435,1508828400"; d="scan'208";a="4482966" Received: from silpixa00399126.ir.intel.com (HELO silpixa00399126.ger.corp.intel.com) ([10.237.223.223]) by orsmga007.jf.intel.com with ESMTP; 21 Dec 2017 02:15:19 -0800 From: Bruce Richardson To: dev@dpdk.org Cc: harry.van.haaren@intel.com, Bruce Richardson Date: Thu, 21 Dec 2017 10:15:08 +0000 Message-Id: <20171221101510.181082-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.14.3 Subject: [dpdk-dev] [PATCH 0/2] improve meson test support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2017 10:15:22 -0000 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