chiark / gitweb /
test/example/check: Make sections appear in stderr output
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 29 Dec 2019 12:26:25 +0000 (12:26 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 29 Dec 2019 16:04:44 +0000 (16:04 +0000)
This makes the output easier to navigate.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tests/example/check

index 85735afe094684e6907ba3e7428d5a35da65bdcd..b7cf6dfd3a82d435a0fffc5fe761383af4d98e4f 100755 (executable)
@@ -6,7 +6,7 @@ cd example
 SUBDIRMK_REGEN_NDEBUG=''
 export SUBDIRMK_REGEN_NDEBUG
 
-#----- in-tree build -----
+----- in-tree build -----
 
 git clean -xdff
 ./autogen.sh && ./configure
@@ -14,7 +14,7 @@ make -j4 all check
 make -j4 clean
 make -j4 all check
 
-#----- out of tree build -----
+----- out of tree build -----
 
 git clean -xdff
 mkdir build
@@ -24,12 +24,14 @@ cd build
 .././autogen.sh && ../configure
 make -j4 all check
 
-#----- testing rebuild on input change -----
+----- testing rebuild on input change -----
 
+: ----- for-check-1 -----
 echo 'for-check-1:' >>../src/for-test.sd.mk
 make -j4 for-check-1
 grep '^for-check-1:' src/Subdir.mk || false
 
+: ----- for-check-2 -----
 echo 'for-check-2:' >>../lib/for-test.mk.in
 make -j4 for-check-2
 grep '^for-check-2:' lib/for-test.mk || false