tests: build: fix the name of the test executable displayed by Makefile
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 11 Jul 2019 08:39:03 +0000 (10:39 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 11 Jul 2019 08:39:03 +0000 (10:39 +0200)
The test suite Makefile prints a help message after building the test
executable but the name of the program is wrong. Fix it.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
tests/Makefile.am

index 2c715cbd568f64337217443bf4ecf40abe77ae80..f24b966c59554f7ab66d53b4174f37f8c06d770b 100644 (file)
@@ -39,7 +39,7 @@ endif
 
 all-local: gpiod-test
        @echo " ********************************************************"
-       @echo " * Tests have been built as tests/gpio-test.            *"
+       @echo " * Tests have been built as tests/gpiod-test.           *"
        @echo " *                                                      *"
        @echo " * They require a recent linux kernel version and the   *"
        @echo " * gpio-mockup module (must not be built-in).           *"