From: Ian Jackson Date: Sun, 29 Dec 2019 12:26:25 +0000 (+0000) Subject: test/example/check: Make sections appear in stderr output X-Git-Tag: subdirmk/0.3~87 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?p=subdirmk.git;a=commitdiff_plain;h=6aa48e9cf999106fa55cbb3fb30528096a38e1ef test/example/check: Make sections appear in stderr output This makes the output easier to navigate. Signed-off-by: Ian Jackson --- diff --git a/tests/example/check b/tests/example/check index 85735af..b7cf6df 100755 --- a/tests/example/check +++ b/tests/example/check @@ -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