Re: selftests: run all tests

2018-01-22 Thread Michael Ellerman
Borislav Petkov 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 c

Re: selftests: run all tests

2018-01-16 Thread Borislav Petkov
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

Re: selftests: run all tests

2018-01-16 Thread Borislav Petkov
On Tue, Jan 16, 2018 at 05:10:25PM +1100, Michael Ellerman wrote: > $ cd tools/testing/selftests/x86 > $ make run_tests > > Should work? 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... Thx