]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix incorrect filenames for the cond_ld_st tests.
authorJulian Seward <jseward@acm.org>
Mon, 13 May 2013 13:27:00 +0000 (13:27 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 13 May 2013 13:27:00 +0000 (13:27 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13398

memcheck/tests/Makefile.am

index 8ff37d0b59186d787d3408d3069bc1d50c27c948..eaf64b47ce7c127d244008f83ffee0678e24c85b 100644 (file)
@@ -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 \