X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=72da6677164d9edc92d8bc762eeb593379d3b4b6;hp=677de0cf0c4056ada99d047ca3f6d23678c5745d;hb=396945dc1f37fc95eb6681dfb62f328920079a55;hpb=b7fc42e03a7f52efb8707fabbab841d8b2ffff8c diff --git a/Makefile.am b/Makefile.am index 677de0cf0..72da66771 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4926,7 +4926,7 @@ valgrind-tests: $(TESTS) if file $$f | grep -q shell; then \ echo -e "$${x}Skipping non-binary $$f"; else \ echo -e "$${x}Running $$f"; \ - libtool --mode=execute valgrind -q --leak-check=full --max-stackframe=4194400 --error-exitcode=55 $(builddir)/$$f ; fi; \ + libtool --mode=execute valgrind -q --leak-check=full --max-stackframe=5242880 --error-exitcode=55 $(builddir)/$$f ; fi; \ x="\n\n"; \ done