chiark / gitweb /
build-sys: make test output a bit nicer
[elogind.git] / Makefile.am
index 19d987d909a75f5661d8d2841abf8b24ab14e69f..5f31daa07ab8972456d63640c8feb6960b0d2e03 100644 (file)
@@ -4900,8 +4900,9 @@ install-tree: all
 # exclude the one perl script we have in there
 valgrind-tests: $(TESTS)
        $(AM_V_GEN)for f in $(filter-out %.pl, $^); do \
-               echo "Running $$f"; \
+               echo -e "$${x}Running $$f"; \
                libtool --mode=execute valgrind -q --leak-check=full --max-stackframe=4194400 --error-exitcode=55 $(builddir)/$$f ; \
+               x="\n\n"; \
        done
 
 exported-%: %