From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/2] more basic tests Date: Thu, 03 Dec 2015 18:39:46 +0100 Message-ID: <2938759.7CpV4QTMn7@xps13> References: <1445615606-3885-1-git-send-email-thomas.monjalon@6wind.com> <1448242808-16101-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-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id B6DB4567E for ; Thu, 3 Dec 2015 18:43:06 +0100 (CET) Received: by wmww144 with SMTP id w144so32494744wmw.0 for ; Thu, 03 Dec 2015 09:43:06 -0800 (PST) In-Reply-To: <1448242808-16101-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" 2015-11-23 02:40, Thomas Monjalon: > I use some scripts to make some basic checks before committing or > submitting some patches. > As they can be useful for every DPDK developers and especially for > new committers / tree owners, they are added to the scripts directory. > > The problem, when sharing such tools, is how to make them customizable > while fitting for everyone. The proposed solution is to use a > development configuration file. > > Thomas Monjalon (2): > scripts: add checkpatch wrapper > scripts: add build tests Applied with some minor changes.