From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 2D21C2B8B for ; Thu, 1 Feb 2018 17:32:43 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Feb 2018 08:32:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,444,1511856000"; d="scan'208";a="27294796" Received: from dhunt5-mobl1.ger.corp.intel.com (HELO [10.237.220.65]) ([10.237.220.65]) by fmsmga001.fm.intel.com with ESMTP; 01 Feb 2018 08:32:39 -0800 To: Bruce Richardson , dev@dpdk.org Cc: Ferruh Yigit References: <20180131174249.257933-1-bruce.richardson@intel.com> <20180131174249.257933-4-bruce.richardson@intel.com> From: "Hunt, David" Message-ID: <73c9ff2b-707d-2748-f627-45915e54ea79@intel.com> Date: Thu, 1 Feb 2018 16:32:39 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20180131174249.257933-4-bruce.richardson@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH 3/6] test/test: mark tests as skipped when required lib not available 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, 01 Feb 2018 16:32:44 -0000 Hi Bruce, On 31/1/2018 5:42 PM, Bruce Richardson wrote: > The power management and KNI libraries are not compiled on a FreeBSD > platform, which means that the tests can't run. Add in stub code for > these cases, allowing the tests to still be compiled, but to report > as skipped in those cases. > > Signed-off-by: Bruce Richardson > CC: Ferruh Yigit > CC: David Hunt > --- > test/test/test_kni.c | 13 +++++++++++++ > test/test/test_power.c | 12 ++++++++++++ > test/test/test_power_acpi_cpufreq.c | 11 +++++++++++ > test/test/test_power_kvm_vm.c | 11 +++++++++++ > 4 files changed, 47 insertions(+) --snip-- Acked-by David Hunt