X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=5f31daa07ab8972456d63640c8feb6960b0d2e03;hp=19d987d909a75f5661d8d2841abf8b24ab14e69f;hb=9b55cd5665d94e2245a4ca90d2548bbcfe8c34fb;hpb=aa9ed6538985d667aa6a0264c59622a51384ccd6 diff --git a/Makefile.am b/Makefile.am index 19d987d90..5f31daa07 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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-%: %