build: readability tweak for the unit tests make message
authorBartosz Golaszewski <bartekgola@gmail.com>
Thu, 16 Mar 2017 13:26:18 +0000 (14:26 +0100)
committerBartosz Golaszewski <bartekgola@gmail.com>
Thu, 16 Mar 2017 13:26:18 +0000 (14:26 +0100)
Shift the text one character right for better readability.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
tests/unit/Makefile.am

index 24e091b351978d4c4d101aa09fb18033370ac9e8..728818395651428d322836db4af3f34b02390f4e 100644 (file)
@@ -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 " ********************************************************"