From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/2] mk: remove useless test targets Date: Tue, 24 May 2016 17:08:45 +0200 Message-ID: <69727353.gI3fQRyyLU@xps13> References: <1462958821-25249-1-git-send-email-thomas.monjalon@6wind.com> <1462959987-27930-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id BEFD13230 for ; Tue, 24 May 2016 17:08:47 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id n129so135569471wmn.1 for ; Tue, 24 May 2016 08:08:47 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id k127sm4169367wmf.21.2016.05.24.08.08.46 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 24 May 2016 08:08:46 -0700 (PDT) In-Reply-To: <1462959987-27930-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-05-11 11:46, Thomas Monjalon: > We can define any custom whitelist of tests to run. > The predefined lists for ring and mempool tests are not quite useful. > > Signed-off-by: Thomas Monjalon > --- > v2: completely remove targets Series applied