From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/8] simpler and better build test Date: Thu, 07 Apr 2016 23:08:03 +0200 Message-ID: <2344535.6jfrm9A5TJ@xps13> References: <1459268154-29558-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-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 522622BA8 for ; Thu, 7 Apr 2016 23:08:05 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id v188so69321776wme.1 for ; Thu, 07 Apr 2016 14:08:05 -0700 (PDT) Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91]) by smtp.gmail.com with ESMTPSA id i201sm10642518wmf.23.2016.04.07.14.08.03 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 07 Apr 2016 14:08:04 -0700 (PDT) In-Reply-To: <1459268154-29558-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-03-29 18:15, Thomas Monjalon: > These are some improvements to the script test-build.sh which > makes compilation testing easier in various environments with > different dependencies. > > Thomas Monjalon (8): > scripts: fix run in any directory > scripts: remove legacy build method test > scripts: test build of performance-thread example > scripts: stop build test after first error > scripts: allow tuning build options per test target > scripts: allow tuning any test build option > scripts: hook build test config > scripts: add verbose test build option Applied