build: drop the message about tests having been built successfully
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 9 Dec 2020 15:30:59 +0000 (16:30 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 14 Dec 2020 14:56:34 +0000 (15:56 +0100)
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@baylibre.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
tests/Makefile.am

index 5c7edb64343169972e7bfb2462d6e9c4a2de45c8..2d3b95939e2d02a39fbfe63b6fa388b1121e6dbe 100644 (file)
@@ -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 " ********************************************************"