]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add procfs-non-linux.stderr.exp variants to EXTRA_DIST.
authorMark Wielaard <mark@klomp.org>
Fri, 22 May 2015 09:20:03 +0000 (09:20 +0000)
committerMark Wielaard <mark@klomp.org>
Fri, 22 May 2015 09:20:03 +0000 (09:20 +0000)
For bz#344936 procfs-non-linux.stderr.exp was renamed and split into
procfs-non-linux.stderr.exp-with-readlinkat and
procfs-non-linux.stderr.exp-without-readlinkat add both to EXTRA_DIST.
Fixes make post-regtest-checks.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15271

none/tests/Makefile.am

index 4edbeaa52d5e44afb5b59742ed1dd1b28dae0c94..4c35f65137590ebca854afde6c23ea82ab6f700f 100644 (file)
@@ -127,7 +127,9 @@ EXTRA_DIST = \
        procfs-linux.stderr.exp-with-readlinkat \
        procfs-linux.stderr.exp-without-readlinkat \
        procfs-linux.vgtest \
-       procfs-non-linux.stderr.exp procfs-non-linux.vgtest \
+       procfs-non-linux.vgtest \
+       procfs-non-linux.stderr.exp-with-readlinkat \
+       procfs-non-linux.stderr.exp-without-readlinkat \
        pth_atfork1.stderr.exp pth_atfork1.stdout.exp pth_atfork1.vgtest \
        pth_blockedsig.stderr.exp \
        pth_blockedsig.stdout.exp pth_blockedsig.vgtest \