From a7e57b27793e548d7c0cf374f0b986f06e2cce13 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Fri, 14 Aug 1998 14:39:41 -0500 Subject: [svn-r593] Added couple banner lines around the "Testing ...." message and also a trailing blank line to make it easier to identify the output of each test program. --- config/conclude.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/conclude.in b/config/conclude.in index 832797c..4e1b0b8 100644 --- a/config/conclude.in +++ b/config/conclude.in @@ -24,8 +24,11 @@ tests: $(LIB) $(TESTS) test _test: tests @for test in $(TESTS) dummy; do \ if test $$test != dummy; then \ + echo "============================"; \ echo "Testing $$test $(TEST_FLAGS)"; \ + echo "============================"; \ $(RUNTEST) ./$$test $(TEST_FLAGS) || exit 1; \ + echo ""; \ fi; \ done; -- cgit v0.12