From: Bartosz Golaszewski Date: Wed, 9 Dec 2020 15:30:59 +0000 (+0100) Subject: build: drop the message about tests having been built successfully X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5489e2b7ea7f86fff4308af4ae90c7ba694964fc;p=qemu-gpiodev%2Flibgpiod.git build: drop the message about tests having been built successfully 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 Reviewed-by: Andy Shevchenko --- 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 " ********************************************************"