From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> This is a leftover from early times. We now have multiple different test suites and none prints such a message. Drop it. Signed-off-by: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> --- tests/Makefile.am | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 5c7edb6..2d3b959 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -28,15 +28,3 @@ gpiod_test_SOURCES = \ tests-iter.c \ tests-line.c \ tests-misc.c - -all-local: gpiod-test - @echo " ********************************************************" - @echo " * Core 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). *" - @echo " * *" - @echo " * Run the test executable with superuser privileges or *" - @echo " * make sure /dev/gpiochipX files are readable and *" - @echo " * writable by normal users. *" - @echo " ********************************************************" -- 2.29.1