From: Philippe Waroquiers Date: Sun, 22 Apr 2018 21:31:54 +0000 (+0200) Subject: Add missing EXTRA_DIST file libstdc++.supp X-Git-Tag: VALGRIND_3_14_0~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd65782db643382cae30ffc77d5bb6f9b2548b29;p=thirdparty%2Fvalgrind.git Add missing EXTRA_DIST file libstdc++.supp Otherwise leak_cpp_interior test fails from a make dist tarball --- diff --git a/memcheck/tests/Makefile.am b/memcheck/tests/Makefile.am index 5e6e65301d..38b0822cdf 100644 --- a/memcheck/tests/Makefile.am +++ b/memcheck/tests/Makefile.am @@ -118,7 +118,7 @@ EXTRA_DIST = \ cond_st.vgtest cond_st.stdout.exp cond_st.stderr.exp-arm \ cond_st.stderr.exp-64bit-non-arm \ cond_st.stderr.exp-32bit-non-arm \ - leak_cpp_interior.stderr.exp leak_cpp_interior.stderr.exp-64bit leak_cpp_interior.vgtest \ + leak_cpp_interior.stderr.exp leak_cpp_interior.stderr.exp-64bit leak_cpp_interior.vgtest libstdc++.supp \ custom_alloc.stderr.exp custom_alloc.vgtest \ custom_alloc.stderr.exp-s390x-mvc \ custom-overlap.stderr.exp custom-overlap.vgtest \