[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87372xoxr0.fsf@concordia.ellerman.id.au>
Date: Tue, 23 Jan 2018 18:11:31 +1100
From: Michael Ellerman <mpe@...erman.id.au>
To: Borislav Petkov <bp@...en8.de>
Cc: x86-ml <x86@...nel.org>, Shuah Khan <shuah@...nel.org>,
linux-kselftest@...r.kernel.org,
lkml <linux-kernel@...r.kernel.org>
Subject: Re: selftests: run all tests
Borislav Petkov <bp@...en8.de> writes:
> On Tue, Jan 16, 2018 at 12:44:28PM +0100, Borislav Petkov wrote:
>> Ah, that was hidden in the included lib.mk, thanks.
>>
>> I wonder if we should make it more user-friendly by adding a help target
>> like for the main Makefile...
>
> One more point:
>
> What I do is copy the x86/ folder to a test box and run all tests there.
> If the lib.mk is not copied, run_tests is missing....
OK, that's not really supported I guess.
If you're happy building on your host system, you can do:
$ make -C tools/testing/selftests/ TARGETS=x86 install
And then you'll have:
$ find tools/testing/selftests/install/
tools/testing/selftests/install/
tools/testing/selftests/install/x86
tools/testing/selftests/install/x86/mpx-mini-test_64
tools/testing/selftests/install/x86/iopl_64
tools/testing/selftests/install/x86/sysret_rip_64
tools/testing/selftests/install/x86/protection_keys_64
tools/testing/selftests/install/x86/sysret_ss_attrs_64
tools/testing/selftests/install/x86/syscall_nt_64
tools/testing/selftests/install/x86/test_mremap_vdso_64
tools/testing/selftests/install/x86/ioperm_64
tools/testing/selftests/install/x86/ptrace_syscall_64
tools/testing/selftests/install/x86/sigreturn_64
tools/testing/selftests/install/x86/fsgsbase_64
tools/testing/selftests/install/x86/5lvl_64
tools/testing/selftests/install/x86/check_initial_reg_state_64
tools/testing/selftests/install/x86/ldt_gdt_64
tools/testing/selftests/install/x86/single_step_syscall_64
tools/testing/selftests/install/x86/test_vdso_64
tools/testing/selftests/install/run_kselftest.sh
You can rsync that wherever, and run it manually or with the
run_kselftest.sh script.
cheers
Powered by blists - more mailing lists