diff options
| author | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-02-20 21:09:57 +0100 |
|---|---|---|
| committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-02-25 21:47:42 +0100 |
| commit | 8e60b8c14610fe287df42a76a60148aae86b8284 (patch) | |
| tree | 83e57cf2b54dd97c4de912ec310a836f03269d2e /test cases/linuxlike/8 subproject library install | |
| parent | 3065202f6b02b0bfcbd84e0acc5090cdedeeedb4 (diff) | |
| download | meson-8e60b8c14610fe287df42a76a60148aae86b8284.tar.gz | |
test: merge installed_files.txt into test.json
Diffstat (limited to 'test cases/linuxlike/8 subproject library install')
| -rw-r--r-- | test cases/linuxlike/8 subproject library install/installed_files.txt | 3 | ||||
| -rw-r--r-- | test cases/linuxlike/8 subproject library install/test.json | 7 |
2 files changed, 7 insertions, 3 deletions
diff --git a/test cases/linuxlike/8 subproject library install/installed_files.txt b/test cases/linuxlike/8 subproject library install/installed_files.txt deleted file mode 100644 index 5c4a3018e..000000000 --- a/test cases/linuxlike/8 subproject library install/installed_files.txt +++ /dev/null @@ -1,3 +0,0 @@ -usr/lib/libsublib.so -usr/lib/libsublib.so.5 -usr/lib/libsublib.so.2.1.0 diff --git a/test cases/linuxlike/8 subproject library install/test.json b/test cases/linuxlike/8 subproject library install/test.json new file mode 100644 index 000000000..5a2bf04c5 --- /dev/null +++ b/test cases/linuxlike/8 subproject library install/test.json @@ -0,0 +1,7 @@ +{ + "installed": [ + {"type": "file", "file": "usr/lib/libsublib.so"}, + {"type": "file", "file": "usr/lib/libsublib.so.5"}, + {"type": "file", "file": "usr/lib/libsublib.so.2.1.0"} + ] +} |
