From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 5E55C200 for ; Wed, 20 Dec 2017 13:02:00 +0100 (CET) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Dec 2017 04:01:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,431,1508828400"; d="scan'208";a="15153890" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.106]) by fmsmga001.fm.intel.com with SMTP; 20 Dec 2017 04:00:58 -0800 Received: by (sSMTP sendmail emulation); Wed, 20 Dec 2017 12:00:57 +0000 Date: Wed, 20 Dec 2017 12:00:57 +0000 From: Bruce Richardson To: "Laatz, Kevin" Cc: "Van Haaren, Harry" , "dev@dpdk.org" Message-ID: <20171220120057.GB5200@bricha3-MOBL3.ger.corp.intel.com> References: <1513598038-148115-1-git-send-email-harry.van.haaren@intel.com> <1513768592-112485-1-git-send-email-harry.van.haaren@intel.com> <1513768592-112485-3-git-send-email-harry.van.haaren@intel.com> <17B8B96B619B7A459C5ACA628B274952819F0F@IRSMSX103.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17B8B96B619B7A459C5ACA628B274952819F0F@IRSMSX103.ger.corp.intel.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.1 (2017-09-22) Subject: Re: [dpdk-dev] [PATCH v2 2/2] meson: add tests app to build 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: Wed, 20 Dec 2017 12:02:00 -0000 On Wed, Dec 20, 2017 at 11:57:59AM +0000, Laatz, Kevin wrote: > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Harry van Haaren > > Sent: Wednesday, December 20, 2017 11:17 AM > > To: dev@dpdk.org > > Cc: Richardson, Bruce ; Van Haaren, Harry > > > > Subject: [dpdk-dev] [PATCH v2 2/2] meson: add tests app to build > > > > > +test_names = [ > > + 'acl_autotest', > > + 'alarm_autotest', > > + 'atomic_autotest', > > + 'byteorder_autotest', > > + 'cmdline_autotest', > > + 'common_autotest', > > + 'cpuflags_autotest', > > + 'crc_autotest', > > + 'cycles_autotest', > > + 'debug_autotest', > > + 'devargs_autotest', > > + 'distributor_autotest', > > + 'distributor_perf_autotest', > > + 'eal_flags_autotest', > > + 'eal_fs_autotest', > > + 'efd_autotest', > > + 'efd_perf_autotest', > > + 'errno_autotest', > > + 'event_ring_autotest', > > + 'eventdev_common_autotest', > > + 'eventdev_octeontx_autotest', > > + 'eventdev_sw_autotest', > > + 'func_reentrancy_autotest', > > + 'has_scaling_autotest', > > Minor typo here, should be 'hash_scaling_autotest', > Good catch. I can fix on apply. I'll also fix build error caused in this patch by the earlier applied patch for cross-compile support. The build of the binary needs "c_args: machine_arg" added to it following that change. /Bruce