X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=069583cfd4afd69b73a10864b0404d9b3626da30;hb=cc3d61683d877791e6b2ce0b17940d4d77cd6550;hp=44b69171a412e8a4da3a3eb58bf975e785221ee2;hpb=f5be560181d092c5f52a2b819aedcd48220f36ab;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 44b69171a..069583cfd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4902,8 +4902,10 @@ 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 \ + 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 ; \ + libtool --mode=execute valgrind -q --leak-check=full --max-stackframe=4194400 --error-exitcode=55 $(builddir)/$$f ; fi; \ x="\n\n"; \ done