diff mbox series

[libgpiod,02/14] build: drop the message about tests having been built successfully

Message ID 20201210132315.5785-3-brgl@bgdev.pl
State New
Headers show
Series treewide: start shaving off cruft for v2.0 | expand

Commit Message

Bartosz Golaszewski Dec. 10, 2020, 1:23 p.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

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>
---
 tests/Makefile.am | 12 ------------
 1 file changed, 12 deletions(-)
diff mbox series

Patch

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