From dbc056eac0598db852dc86c8e40468b7a40efd8f Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 11 Jul 2019 10:39:03 +0200 Subject: [PATCH] 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 --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). *" -- 2.30.2