From: Bartosz Golaszewski Date: Thu, 16 Mar 2017 13:26:18 +0000 (+0100) Subject: build: readability tweak for the unit tests make message X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6c4ad76346547c0aecb9f977036f2730f7b375b4;p=qemu-gpiodev%2Flibgpiod.git build: readability tweak for the unit tests make message Shift the text one character right for better readability. Signed-off-by: Bartosz Golaszewski --- 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 " ********************************************************"