diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1998-08-14 19:39:41 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1998-08-14 19:39:41 (GMT) |
commit | a7e57b27793e548d7c0cf374f0b986f06e2cce13 (patch) | |
tree | 5168d10c9d9f7e527febea79e382aa989f7e3a5e /config | |
parent | 692a2f08593937823347ca2d85430501094c7a53 (diff) | |
download | hdf5-a7e57b27793e548d7c0cf374f0b986f06e2cce13.zip hdf5-a7e57b27793e548d7c0cf374f0b986f06e2cce13.tar.gz hdf5-a7e57b27793e548d7c0cf374f0b986f06e2cce13.tar.bz2 |
[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.
Diffstat (limited to 'config')
-rw-r--r-- | config/conclude.in | 3 |
1 files changed, 3 insertions, 0 deletions
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; |