Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751108AbbDPEIU (ORCPT ); Thu, 16 Apr 2015 00:08:20 -0400 Received: from ozlabs.org ([103.22.144.67]:48981 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750707AbbDPEIK (ORCPT ); Thu, 16 Apr 2015 00:08:10 -0400 Message-ID: <1429157287.3464.0.camel@ellerman.id.au> Subject: Re: [PATCH 0/7] selftests: fixes for installation and cross compilation From: Michael Ellerman To: Tyler Baker Cc: Shuah Khan , Kevin Hilman , John Stultz , Darren Hart , David Herrmann , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Date: Thu, 16 Apr 2015 14:08:07 +1000 In-Reply-To: <1429051856-14557-1-git-send-email-tyler.baker@linaro.org> References: <1429051856-14557-1-git-send-email-tyler.baker@linaro.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1620 Lines: 41 On Tue, 2015-04-14 at 15:50 -0700, Tyler Baker wrote: > This patch set fixes various issues observed when cross building and > installing selftests. > > As I began investigating improving the test output format, I performed an > audit of the current tests to ensure all tests were able to execute on various > target architectures. I found that some tests did not install their binaries > and others required directories to be installed to execute properly. There > were also cases in which tests were being installed when they were never built. > With this series applied all tests compile when appropriate and install their > output properly. > > I have tested this series by building, installing and deploying all selftests > to x86, arm and arm64 targets. > > This series is based on next-20150414 > > Tyler Baker (7): > selftests: copy TEST_DIRS to INSTALL_PATH > selftests/ftrace: install test.d > selftests/breakpoints: emit skip and omit installation when tests are > not compiled > selftests/kdbus: install kdbus-test > selftests/x86: fix cross build logic > selftests/x86: install tests > selftests/exec: do not install subdir as it is already created This series looks good except for 5/7. As Andy says you should just cause all to have no dependencies for !x86. Otherwise-acked-by: Michael Ellerman cheers -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/