]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add missing cachegrind/tests/a.c to EXTRA_DIST.
authorMark Wielaard <mark@klomp.org>
Tue, 9 Apr 2019 12:47:05 +0000 (14:47 +0200)
committerMark Wielaard <mark@klomp.org>
Wed, 10 Apr 2019 15:00:27 +0000 (17:00 +0200)
cachegrind/callgrind fails ann[12] tests because of missing a.c

These testcases fail because the dist tar is missing the a.c
(auto-annotated) source file. Fix by adding it to EXTRA_DIST.

https://bugs.kde.org/show_bug.cgi?id=406352

NEWS
cachegrind/tests/Makefile.am

diff --git a/NEWS b/NEWS
index 535b86e208ce825c87deb9c574da1a7c2de708dc..6f991836ce1f62ef854002637e8cc905b61f3843 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -146,6 +146,7 @@ where XXXXXX is the bug number as listed below.
 405782  "VEX temporary storage exhausted" when attempting to debug slic3r-pe
 406198  none/tests/ppc64/test_isa_3_0_other test sporadically including CA
         bit in output.
+406352  cachegrind/callgrind fails ann tests because of missing a.c
 
 n-i-bz  add syswrap for PTRACE_GET|SET_THREAD_AREA on amd64.
 n-i-bz  Fix callgrind_annotate non deterministic order for equal total
index f2f8902941b819038bc9e310768d4ff51fe7b30a..571ae222a8c635c6515d3a7d6418b47fa4f8417e 100644 (file)
@@ -10,8 +10,8 @@ DIST_SUBDIRS = x86 .
 
 dist_noinst_SCRIPTS = filter_stderr filter_cachesim_discards
 
-# Note that test.c is not compiled. It just serves as input for cg_annotate in
-# ann1 and ann2.
+# Note that test.c and a.c are not compiled.
+# They just serve as input for cg_annotate in ann1 and ann2.
 EXTRA_DIST = \
        cgout-test \
        ann1.post.exp ann1.stderr.exp ann1.vgtest \
@@ -20,7 +20,7 @@ EXTRA_DIST = \
        clreq.vgtest clreq.stderr.exp \
        dlclose.vgtest dlclose.stderr.exp dlclose.stdout.exp \
        notpower2.vgtest notpower2.stderr.exp \
-       test.c \
+       test.c a.c \
        wrap5.vgtest wrap5.stderr.exp wrap5.stdout.exp
 
 check_PROGRAMS = \