aboutsummaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorThomas Li <47963215+lithomas1@users.noreply.github.com>2022-09-02 15:43:11 -0400
committerEli Schwartz <eschwartz93@gmail.com>2022-09-06 02:09:38 -0400
commita4d54422077a6fb7fe7af072e0563b58e602d4ae (patch)
treef99dee3e1aa8dd685518e848362d43da386745bb /unittests
parente6122ba7864cf7b4c20091651e69d33ba2f7b463 (diff)
downloadmeson-a4d54422077a6fb7fe7af072e0563b58e602d4ae.zip
meson-a4d54422077a6fb7fe7af072e0563b58e602d4ae.tar.gz
meson-a4d54422077a6fb7fe7af072e0563b58e602d4ae.tar.bz2
Fix install_subdirs not showing up in intro-install_plan.json
Diffstat (limited to 'unittests')
-rw-r--r--unittests/allplatformstests.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/unittests/allplatformstests.py b/unittests/allplatformstests.py
index 1b8ff85..8e0f934 100644
--- a/unittests/allplatformstests.py
+++ b/unittests/allplatformstests.py
@@ -4290,6 +4290,12 @@ class AllPlatformTests(BasePlatformTests):
'destination': '{includedir}/foo3-devel.h',
'tag': 'devel',
},
+ },
+ 'install_subdirs': {
+ f'{testdir}/custom_files': {
+ 'destination': '{datadir}/custom_files',
+ 'tag': 'custom'
+ }
}
}