From: Paul Floyd Date: Sun, 17 Sep 2023 08:12:48 +0000 (+0200) Subject: test scripts: add cachegrind to list of tools with export headers X-Git-Tag: VALGRIND_3_22_0~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1252d56d7c6f03f96c49605a5f83a5dd1aab7f4;p=thirdparty%2Fvalgrind.git test scripts: add cachegrind to list of tools with export headers --- diff --git a/tests/check_headers_and_includes b/tests/check_headers_and_includes index 509f24488f..70e134896d 100755 --- a/tests/check_headers_and_includes +++ b/tests/check_headers_and_includes @@ -77,7 +77,8 @@ my %tool_export_header = ( "drd/drd.h" => 1, "helgrind/helgrind.h" => 1, "memcheck/memcheck.h" => 1, - "callgrind/callgrind.h" => 1 + "callgrind/callgrind.h" => 1, + "cachegrind/cachegrind.h" => 1 ); my $usage=<