From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 59AEE1B017 for ; Tue, 19 Dec 2017 18:36:14 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Dec 2017 09:36:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,427,1508828400"; d="scan'208";a="17357592" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by orsmga001.jf.intel.com with ESMTP; 19 Dec 2017 09:36:12 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by IRSMSX108.ger.corp.intel.com ([169.254.11.167]) with mapi id 14.03.0319.002; Tue, 19 Dec 2017 17:36:11 +0000 From: "Laatz, Kevin" To: "dev@dpdk.org" CC: "Richardson, Bruce" Thread-Topic: [PATCH] meson: add tests to build Thread-Index: AQHTeO9H/336Cx4uC0CFqN07RRg0cKNK7U/Q Date: Tue, 19 Dec 2017 17:36:10 +0000 Message-ID: <17B8B96B619B7A459C5ACA628B274952819CF7@IRSMSX103.ger.corp.intel.com> References: <20171219173131.25125-1-kevin.laatz@intel.com> In-Reply-To: <20171219173131.25125-1-kevin.laatz@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGMwYTkyOGYtNjUzZC00NjNlLWFlYTQtZDI1MGRkZTcwYmUzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlhvUkhybWh0UDNPQXhJS1MwOTNDS2JGSG9hK3lmYktcL0o4SmFzYU02NW9rPSJ9 x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] meson: add tests 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: Tue, 19 Dec 2017 17:36:14 -0000 > From: Laatz, Kevin > Sent: Tuesday, December 19, 2017 5:32 PM > To: dev@dpdk.org > Cc: Richardson, Bruce ; Laatz, Kevin > > Subject: [PATCH] meson: add tests to build >=20 > This commit adds most of the remaining tests to the meson build. > They can be run using test binary as normal. >=20 Just a side note that this patch applies on top of the previous meson test = patch, see here http://dpdk.org/dev/patchwork/patch/32357/=20