summaryrefslogtreecommitdiffstats
path: root/config/conclude.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/conclude.in')
-rw-r--r--config/conclude.in3
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;