From 6c4ad76346547c0aecb9f977036f2730f7b375b4 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 16 Mar 2017 14:26:18 +0100 Subject: [PATCH] build: readability tweak for the unit tests make message Shift the text one character right for better readability. Signed-off-by: Bartosz Golaszewski --- tests/unit/Makefile.am | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index 24e091b..7288183 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -21,13 +21,13 @@ gpiod_unit_SOURCES = gpiod-unit.c \ tests-simple-api.c check: check-am - @echo "********************************************************" - @echo "* Unit tests have been built as tests/unit/gpio-unit. *" - @echo "* *" - @echo "* They require linux kernel version >=v4.11 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 "********************************************************" + @echo " ********************************************************" + @echo " * Unit tests have been built as tests/unit/gpio-unit. *" + @echo " * *" + @echo " * They require linux kernel version >=v4.11 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.30.2