From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f177.google.com (mail-wr0-f177.google.com [209.85.128.177]) by dpdk.org (Postfix) with ESMTP id 6EE332A6C for ; Thu, 6 Apr 2017 21:34:51 +0200 (CEST) Received: by mail-wr0-f177.google.com with SMTP id t20so77898919wra.1 for ; Thu, 06 Apr 2017 12:34:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=hYWFJahLB0BkJZiVKE++85KWnzarVDFCQxa1MkVlYvE=; b=k4uGnAc5PY6E3rzV6bm94Yq8Pn813Utbakp8mi96oK7pAzGFKFaQD3bzc6+ylRogbi Xgldfl7S5b3oiXCPRAKN4JPB+2S3fON2FiZrsAtTGQoFJqu4F/ypH2ZBg2ZTpYQSqFTw jyrRVhadgSy7OgfWXXu3yYCab90Kdm/JfrTUlyk5mQztb8iz6a/EKXfR/S/4GyvF0c4c xAj5DOSzFrMNfWYqebcqElCf8xlt1YgObs57Sqaa+K3TbZJ67Ym+XrlO8w5ZfHo8yQ09 6XVRJj9+/QkFkKyACoIroYS6EPBQ78OhIt2yI+/dW5eGhP/uAYRzBKqz8nHbOXHqBp2W JWwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=hYWFJahLB0BkJZiVKE++85KWnzarVDFCQxa1MkVlYvE=; b=d0507FG4fK6THeeYTCt6E4+CVhqJwZNVVfLCBjn/lvqx/8Hckv/8iCB/LQoPmwiQKO fL66aF6popItp1XRYyJKsqIy4Ugh+WKmz6SeRGC8OO0ubX1kIephaXlr85EMT8FnEbrf odFLC0jASJBFHjR67ykyTzoyBnq/J2sE4iebL2davOsIeW/lhBED8MAm2fCZEot7V/9e 9V4BQRXjGEmrHs/MdFjnZyLcjVPhFY5cfVL7hCVtx17pZuvopa0WNNYKHvjfkIeocY35 MRV+dJbey7TMsI7+HOZtbxzKP/dSHMPohl7/fx7XjPChWGgIhkrrZeDWiiQknpaiiCKr IOUw== X-Gm-Message-State: AFeK/H0Bz15QfFPapaN3zu1v3kIPDhxKdpbb9R7c2onYKcKJRvynU62N J7WI8eXPxSwvZf92UMA= X-Received: by 10.28.15.69 with SMTP id 66mr25751140wmp.105.1491507291126; Thu, 06 Apr 2017 12:34:51 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id v14sm3215003wra.65.2017.04.06.12.34.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Apr 2017 12:34:50 -0700 (PDT) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org Date: Thu, 06 Apr 2017 21:34:49 +0200 Message-ID: <3014212.Btx1JA089L@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20170327143502.9109-1-ferruh.yigit@intel.com> References: <20170327143502.9109-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] devtools: add test build to default 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: Thu, 06 Apr 2017 19:34:51 -0000 2017-03-27 15:35, Ferruh Yigit: > Test build removed from default build, it needs to be added explicitly > to the test-build script. > > Fixes: 7d3b1ec47fae ("test: move unit tests to separate directory") > > Signed-off-by: Ferruh Yigit Bruce's version has been picked: http://dpdk.org/patch/22750