aboutsummaryrefslogtreecommitdiff
path: root/test cases/failing
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-02-20 21:09:57 +0100
committerDaniel Mensinger <daniel@mensinger-ka.de>2020-02-25 21:47:42 +0100
commit8e60b8c14610fe287df42a76a60148aae86b8284 (patch)
tree83e57cf2b54dd97c4de912ec310a836f03269d2e /test cases/failing
parent3065202f6b02b0bfcbd84e0acc5090cdedeeedb4 (diff)
downloadmeson-8e60b8c14610fe287df42a76a60148aae86b8284.zip
meson-8e60b8c14610fe287df42a76a60148aae86b8284.tar.gz
meson-8e60b8c14610fe287df42a76a60148aae86b8284.tar.bz2
test: merge installed_files.txt into test.json
Diffstat (limited to 'test cases/failing')
-rw-r--r--test cases/failing/42 custom target outputs not matching install_dirs/installed_files.txt6
-rw-r--r--test cases/failing/42 custom target outputs not matching install_dirs/test.json10
2 files changed, 10 insertions, 6 deletions
diff --git a/test cases/failing/42 custom target outputs not matching install_dirs/installed_files.txt b/test cases/failing/42 custom target outputs not matching install_dirs/installed_files.txt
deleted file mode 100644
index 21e1249..0000000
--- a/test cases/failing/42 custom target outputs not matching install_dirs/installed_files.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-usr/include/diff.h
-usr/include/first.h
-usr/bin/diff.sh
-usr/bin/second.sh
-opt/same.h
-opt/same.sh
diff --git a/test cases/failing/42 custom target outputs not matching install_dirs/test.json b/test cases/failing/42 custom target outputs not matching install_dirs/test.json
new file mode 100644
index 0000000..e59cb9f
--- /dev/null
+++ b/test cases/failing/42 custom target outputs not matching install_dirs/test.json
@@ -0,0 +1,10 @@
+{
+ "installed": [
+ {"type": "file", "file": "usr/include/diff.h"},
+ {"type": "file", "file": "usr/include/first.h"},
+ {"type": "file", "file": "usr/bin/diff.sh"},
+ {"type": "file", "file": "usr/bin/second.sh"},
+ {"type": "file", "file": "opt/same.h"},
+ {"type": "file", "file": "opt/same.sh"}
+ ]
+}