diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2021-09-15 13:09:55 -0400 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2021-09-16 07:53:18 -0400 |
commit | e006e2ee993b3922eadbdb6abac72b9b580ce487 (patch) | |
tree | 670940535bb418ad4b569fe36d74c474520960c1 /unittests/allplatformstests.py | |
parent | 59fe80602e95cb9068ed18ad3dd2581029b91a37 (diff) | |
download | meson-e006e2ee993b3922eadbdb6abac72b9b580ce487.zip meson-e006e2ee993b3922eadbdb6abac72b9b580ce487.tar.gz meson-e006e2ee993b3922eadbdb6abac72b9b580ce487.tar.bz2 |
Fix ignored install_tag kwarg in install_subdir()
Fixes: #9263
Diffstat (limited to 'unittests/allplatformstests.py')
-rw-r--r-- | unittests/allplatformstests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unittests/allplatformstests.py b/unittests/allplatformstests.py index 5b98aa7..524f0d0 100644 --- a/unittests/allplatformstests.py +++ b/unittests/allplatformstests.py @@ -3857,6 +3857,8 @@ class AllPlatformTests(BasePlatformTests): Path(installpath, 'usr/share/out1-custom.txt'), Path(installpath, 'usr/share/out2-custom.txt'), Path(installpath, 'usr/share/out3-custom.txt'), + Path(installpath, 'usr/share/custom_files'), + Path(installpath, 'usr/share/custom_files/data.txt'), Path(installpath, 'usr/lib'), Path(installpath, 'usr/lib/libbothcustom.a'), Path(installpath, 'usr/' + shared_lib_name('bothcustom')), |