From: Bartosz Golaszewski Date: Thu, 11 Jul 2019 08:39:03 +0000 (+0200) Subject: tests: build: fix the name of the test executable displayed by Makefile X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dbc056eac0598db852dc86c8e40468b7a40efd8f;p=qemu-gpiodev%2Flibgpiod.git tests: build: fix the name of the test executable displayed by Makefile 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 --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 2c715cb..f24b966 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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). *"