From 6aa48e9cf999106fa55cbb3fb30528096a38e1ef Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 29 Dec 2019 12:26:25 +0000 Subject: [PATCH] test/example/check: Make sections appear in stderr output This makes the output easier to navigate. Signed-off-by: Ian Jackson --- tests/example/check | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.30.2