From: Shuah Khan <shuahkh@osg.samsung.com>
To: Tyler Baker <tyler.baker@linaro.org>,
Andy Lutomirski <luto@amacapital.net>
Cc: Kevin Hilman <khilman@kernel.org>,
John Stultz <john.stultz@linaro.org>,
Darren Hart <dvhart@infradead.org>,
David Herrmann <dh.herrmann@gmail.com>,
Michael Ellerman <mpe@ellerman.id.au>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Shuah Khan <shuahkh@osg.samsung.com>
Subject: Re: [PATCH v4 6/7] selftests/x86: install tests
Date: Wed, 06 May 2015 14:22:47 -0600 [thread overview]
Message-ID: <554A7817.4030800@osg.samsung.com> (raw)
In-Reply-To: <1429656718-10436-1-git-send-email-tyler.baker@linaro.org>
On 04/21/2015 04:51 PM, Tyler Baker wrote:
> Include lib.mk and set TEST_PROGS where appropriate.
>
> Cc: Andy Lutomirski <luto@amacapital.net>
> Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
> ---
> tools/testing/selftests/x86/Makefile | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/tools/testing/selftests/x86/Makefile b/tools/testing/selftests/x86/Makefile
> index ec7b088..4af1e48 100644
> --- a/tools/testing/selftests/x86/Makefile
> +++ b/tools/testing/selftests/x86/Makefile
> @@ -14,9 +14,13 @@ UNAME_M := $(shell uname -m)
> ifeq ($(CROSS_COMPILE),)
> # Always build 32-bit tests
> all: all_32
> +# Install 32-bit tests
> +TEST_PROGS += $(BINARIES_32) run_x86_tests.sh
> # If we're on a 64-bit host, build 64-bit tests as well
> ifeq ($(UNAME_M),x86_64)
> all: all_64
> +# Install 64-bit tests
> +TEST_PROGS += $(BINARIES_64)
> endif
> endif
>
> @@ -24,6 +28,8 @@ all_32: check_build32 $(BINARIES_32)
>
> all_64: $(BINARIES_64)
>
> +include ../lib.mk
> +
> clean:
> $(RM) $(BINARIES_32) $(BINARIES_64)
>
>
I will wait on this patch and other x86 patches in this series
until x86 always build 32 breaking make kselftest target.
thanks,
-- Shuah
--
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh@osg.samsung.com | (970) 217-8978
prev parent reply other threads:[~2015-05-06 20:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-21 22:51 [PATCH v4 6/7] selftests/x86: install tests Tyler Baker
2015-05-06 20:22 ` Shuah Khan [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=554A7817.4030800@osg.samsung.com \
--to=shuahkh@osg.samsung.com \
--cc=dh.herrmann@gmail.com \
--cc=dvhart@infradead.org \
--cc=john.stultz@linaro.org \
--cc=khilman@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luto@amacapital.net \
--cc=mpe@ellerman.id.au \
--cc=tyler.baker@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox