|
From: Philippe W. <phi...@so...> - 2018-04-22 21:32:49
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=cd65782db643382cae30ffc77d5bb6f9b2548b29 commit cd65782db643382cae30ffc77d5bb6f9b2548b29 Author: Philippe Waroquiers <phi...@sk...> Date: Sun Apr 22 23:31:54 2018 +0200 Add missing EXTRA_DIST file libstdc++.supp Otherwise leak_cpp_interior test fails from a make dist tarball Diff: --- memcheck/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memcheck/tests/Makefile.am b/memcheck/tests/Makefile.am index 5e6e653..38b0822 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 \ |