From b64b643c54a2cee2c53a72901bd86d17fa81d216 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Wed, 28 Apr 2004 16:54:41 -0500 Subject: [svn-r8430] Purpose: Slight improvement. Description: Show directory name at the beginning and ending of running make check in a directory. Together with the time stamp, it will be easier to see how much time it takes to run all the tests in one directory. Platforms tested: Eirene only. Misc. update: --- config/conclude.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/conclude.in b/config/conclude.in index 50f0de4..43723fb 100644 --- a/config/conclude.in +++ b/config/conclude.in @@ -42,7 +42,7 @@ TAGS: $(LIB_SRC) ## tests: $(TEST_PROGS) $(TEST_PROGS_PARA) $(TEST_SCRIPTS) $(LIB) check test _test: tests - @echo "===Tests begin `date`===" + @echo "===Tests in `echo ${PWD} | sed -e s:.*/::` begin `date`===" @for test in $(TEST_PROGS) dummy; do \ if test $$test != dummy; then \ echo "============================"; \ @@ -111,7 +111,7 @@ check test _test: tests fi; \ done; \ test $$test = dummy || false - @echo "===Tests ended `date`===" + @echo "===Tests in `echo ${PWD} | sed -e s:.*/::` ended `date`===" @for d in X $(SUBDIRS); do \ if test $$d != X; then \ (set -x; cd $$d && $(MAKE) tests) || exit 1; \ -- cgit v0.12