diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2022-06-19 16:04:48 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz@archlinux.org> | 2022-07-08 01:58:23 -0400 |
| commit | e7d87b6f58c653c3962479f59867397ffc15c32f (patch) | |
| tree | 61e39ad22650fbe94d5bdb9c9b2edd263aa14dc3 /test cases/python/7 install path/test.json | |
| parent | b89451847af56dc5f224a0e09605ad965d58aabe (diff) | |
| download | meson-e7d87b6f58c653c3962479f59867397ffc15c32f.tar.gz | |
implement the new preserve_path kwarg for install_data too
Primarily interesting to me because it is then available for the python
module's install_sources method.
Based on the new feature in install_headers.
Diffstat (limited to 'test cases/python/7 install path/test.json')
| -rw-r--r-- | test cases/python/7 install path/test.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/python/7 install path/test.json b/test cases/python/7 install path/test.json index f03ada809..9b05b6665 100644 --- a/test cases/python/7 install path/test.json +++ b/test cases/python/7 install path/test.json @@ -1,5 +1,11 @@ { "installed": [ + {"type": "file", "file": "pure/one.py"}, + {"type": "file", "file": "pure/two.py"}, + {"type": "file", "file": "pure/alpha/one.py"}, + {"type": "file", "file": "pure/alpha/two.py"}, + {"type": "file", "file": "pure/alpha/three.py"}, + {"type": "file", "file": "pure/beta/one.py"}, {"type": "file", "file": "plat/test.py"}, {"type": "file", "file": "pure/test.py"} ] |
