|
From: Paul F. <pa...@so...> - 2023-03-31 10:11:02
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=3c0405a63d0ff4feaba7063b70c97fb9170eded1 commit 3c0405a63d0ff4feaba7063b70c97fb9170eded1 Author: Paul Floyd <pj...@wa...> Date: Fri Mar 31 12:09:45 2023 +0200 Add missing entries to cachegrind EXTRA_DIST Diff: --- cachegrind/tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/cachegrind/tests/Makefile.am b/cachegrind/tests/Makefile.am index 8e8deb363b..8a0d286b15 100644 --- a/cachegrind/tests/Makefile.am +++ b/cachegrind/tests/Makefile.am @@ -14,6 +14,7 @@ dist_noinst_SCRIPTS = filter_stderr filter_cachesim_discards # They just serve as input for cg_annotate in `ann1a` and `ann1b`. EXTRA_DIST = \ ann-diff1.post.exp ann-diff1.stderr.exp ann-diff1.vgtest \ + ann-diff2.post.exp ann-diff2.stderr.exp ann-diff2.vgtest \ ann-diff2a.cgout ann-diff2b.cgout \ ann-merge1.post.exp ann-merge1.stderr.exp ann-merge1.vgtest \ ann-merge1a.cgout ann-merge1b.cgout \ |