From f5871e240d6d06e7e8ab0f0ded5d944e8b780cd3 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 26 Oct 2022 10:25:29 -0400 Subject: backends: Try guessing install tag for all installed files It was only trying to guess install tag, and log missing tags, for files installed by install_data(). Do it also for all other files, especially custom_taget() that commonly installs generated headers. --- unittests/allplatformstests.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'unittests') diff --git a/unittests/allplatformstests.py b/unittests/allplatformstests.py index d90153c..1ecbf18 100644 --- a/unittests/allplatformstests.py +++ b/unittests/allplatformstests.py @@ -4054,6 +4054,11 @@ class AllPlatformTests(BasePlatformTests): Path(installpath, 'usr/lib/libstatic.a'), Path(installpath, 'usr/lib/libboth.a'), Path(installpath, 'usr/lib/libboth2.a'), + Path(installpath, 'usr/include/ct-header1.h'), + Path(installpath, 'usr/include/ct-header3.h'), + Path(installpath, 'usr/include/subdir-devel'), + Path(installpath, 'usr/include/custom_files'), + Path(installpath, 'usr/include/custom_files/data.txt'), } if cc.get_id() in {'msvc', 'clang-cl'}: -- cgit v1.1