From: Mark Wielaard Date: Fri, 22 May 2015 09:20:03 +0000 (+0000) Subject: Add procfs-non-linux.stderr.exp variants to EXTRA_DIST. X-Git-Tag: svn/VALGRIND_3_11_0~356 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff965e1049a22d6de7447f815e90de8ca3b39fc0;p=thirdparty%2Fvalgrind.git Add procfs-non-linux.stderr.exp variants to EXTRA_DIST. 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 --- diff --git a/none/tests/Makefile.am b/none/tests/Makefile.am index 4edbeaa52d..4c35f65137 100644 --- a/none/tests/Makefile.am +++ b/none/tests/Makefile.am @@ -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 \