[SPAM] Re: How do you test Linux kernel?

2016-07-20 Thread Bernd Petrovitsch
Hi! On Wed, 2016-07-20 at 14:19 +0300, Aleksander Alekseev wrote: [...] > It is my understanding that Linux kernel doesn't has usual `make > check` > or `make test` command. If it is usual, which other software project with the same scale/volume and complexity range has that actually and if it ex

Re: How do you test Linux kernel?

2016-07-20 Thread Greg KH
On Wed, Jul 20, 2016 at 02:19:27PM +0300, Aleksander Alekseev wrote: > Hello > > It is my understanding that Linux kernel doesn't has usual `make check` > or `make test` command. It doesn't? Have you checked? $ make help | grep test Kernel selftest kselftest - Build and run kernel selft

How do you test Linux kernel?

2016-07-20 Thread Aleksander Alekseev
Hello It is my understanding that Linux kernel doesn't has usual `make check` or `make test` command. There are LTP [1] and other related projects instead. Could you tell me please what test suits (if any) do _you_ run in practice? [1] http://linux-test-project.github.io/ -- Best regards, Aleks