build: fix the kernel version in the 'make check' message
authorBartosz Golaszewski <bartekgola@gmail.com>
Sun, 24 Sep 2017 08:52:55 +0000 (10:52 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Sun, 24 Sep 2017 08:52:55 +0000 (10:52 +0200)
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 <bartekgola@gmail.com>
tests/Makefile.am

index 0cdf336d7d2603427412a124ded96a7ce2202931..5e4ec30b6c4595943c78407ac6042fb475d8463f 100644 (file)
@@ -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 *"