From: Nicholas Nethercote Date: Fri, 1 Feb 2019 20:41:02 +0000 (+1100) Subject: Remove reference to non-existent *.post.exp files in dhat/tests/. X-Git-Tag: VALGRIND_3_15_0~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e5fc882e9fc86c1bfaa65c2842d27c9f10d4114;p=thirdparty%2Fvalgrind.git Remove reference to non-existent *.post.exp files in dhat/tests/. --- diff --git a/dhat/tests/Makefile.am b/dhat/tests/Makefile.am index 5f0c43ebfd..2cb842b695 100644 --- a/dhat/tests/Makefile.am +++ b/dhat/tests/Makefile.am @@ -4,12 +4,12 @@ include $(top_srcdir)/Makefile.tool-tests.am dist_noinst_SCRIPTS = filter_stderr EXTRA_DIST = \ - acc.post.exp acc.stderr.exp acc.vgtest \ - basic.post.exp basic.stderr.exp basic.vgtest \ - big.post.exp big.stderr.exp big.vgtest \ - empty.post.exp empty.stderr.exp empty.vgtest \ - sig.post.exp sig.stderr.exp sig.vgtest \ - single.post.exp single.stderr.exp single.vgtest + acc.stderr.exp acc.vgtest \ + basic.stderr.exp basic.vgtest \ + big.stderr.exp big.vgtest \ + empty.stderr.exp empty.vgtest \ + sig.stderr.exp sig.vgtest \ + single.stderr.exp single.vgtest check_PROGRAMS = \ acc \