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>
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). *"