From 3370f8a7f1641e571d9219a69d723d1bf5b20d3f Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Mon, 28 Jul 2025 11:24:35 +0200 Subject: [PATCH] Separate entries visually in my-prof.supp Signed-off-by: Steffen Jaeckel --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index e9a1c365..717ab9a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -346,9 +346,13 @@ endif .PHONY: my-prof.supp my-prof.supp: @sed '/^# AUTO-GENERATED START/q' prof.supp > $@ + @printf "\n\n# glib\n" >> $@ @cat /usr/share/glib-2.0/valgrind/glib.supp >> $@ + @printf "\n\n# Python\n" >> $@ @wget -O- https://raw.githubusercontent.com/python/cpython/refs/tags/v`python3 --version | cut -d' ' -f2`/Misc/valgrind-python.supp >> $@ + @printf "\n\n# gtk\n" >> $@ @test -z "@GTK_VERSION@" || wget -O- https://raw.githubusercontent.com/GNOME/gtk/refs/tags/@GTK_VERSION@/gtk.supp >> $@ + @printf "\n\n# more gtk\n" >> $@ @test -z "@GTK_VERSION@" || cat /usr/share/gtk-3.0/valgrind/gtk.supp >> $@ check-unit: tests/unittests/unittests