From ff965e1049a22d6de7447f815e90de8ca3b39fc0 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 22 May 2015 09:20:03 +0000 Subject: [PATCH] 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 --- none/tests/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 \ -- 2.47.3