From: Julian Seward Date: Mon, 13 May 2013 13:27:00 +0000 (+0000) Subject: Fix incorrect filenames for the cond_ld_st tests. X-Git-Tag: svn/VALGRIND_3_9_0~286 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77e6f16706d2b4a2fc86c3fd61aa673e236fcc0f;p=thirdparty%2Fvalgrind.git Fix incorrect filenames for the cond_ld_st tests. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13398 --- diff --git a/memcheck/tests/Makefile.am b/memcheck/tests/Makefile.am index 8ff37d0b59..eaf64b47ce 100644 --- a/memcheck/tests/Makefile.am +++ b/memcheck/tests/Makefile.am @@ -79,12 +79,12 @@ EXTRA_DIST = \ clireq_nofill.stdout.exp clireq_nofill.vgtest \ clo_redzone_default.vgtest clo_redzone_128.vgtest \ clo_redzone_default.stderr.exp clo_redzone_128.stderr.exp \ - cond_ld.vgtest cond_ld.stdout.exp cond_ld-stderr.exp-arm \ - cond_ld-stderr.exp-64bit-non-arm \ - cond_ld-stderr.exp-32bit-non-arm \ - 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 \ + cond_ld.vgtest cond_ld.stdout.exp cond_ld.stderr.exp-arm \ + cond_ld.stderr.exp-64bit-non-arm \ + cond_ld.stderr.exp-32bit-non-arm \ + 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 \ custom_alloc.stderr.exp custom_alloc.vgtest \ custom_alloc.stderr.exp-s390x-mvc \ custom-overlap.stderr.exp custom-overlap.vgtest \