From: Bartosz Golaszewski Date: Sun, 24 Sep 2017 08:52:55 +0000 (+0200) Subject: build: fix the kernel version in the 'make check' message X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f0455aa13edf210f7ded3d82c13c91a18f8c8d4e;p=qemu-gpiodev%2Flibgpiod.git build: fix the kernel version in the 'make check' message The minimum kernel version for running tests is now 4.12.6. Reflect that in the message displayed after building the test suite. Signed-off-by: Bartosz Golaszewski --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 0cdf336..5e4ec30 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -37,7 +37,7 @@ check: check-am @echo " ********************************************************" @echo " * Tests have been built as tests/gpio-test. *" @echo " * *" - @echo " * They require linux kernel version >=v4.11 and the *" + @echo " * They require linux kernel version >=v4.12.6 and the *" @echo " * gpio-mockup module (must not be built-in). *" @echo " * *" @echo " * Run the test executable with superuser privileges or *"