aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-08-25 19:27:10 +0200
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2020-08-27 00:08:57 +0000
commit17439fa3e890266efeb0af1880640427be71a2ab (patch)
treec2bf09e7b76571e24b921766100732b1c8a0ada5 /data
parentfdae213a4960f530e6a2e48d78788d6c50aaedcf (diff)
downloadmeson-17439fa3e890266efeb0af1880640427be71a2ab.zip
meson-17439fa3e890266efeb0af1880640427be71a2ab.tar.gz
meson-17439fa3e890266efeb0af1880640427be71a2ab.tar.bz2
test: Add 'dir' support for installed files in test.json
This is useful for automatically generated docs (doxygen, hotdoc) with a lot of generated files that may differ with different versions of the generator.
Diffstat (limited to 'data')
-rw-r--r--data/test.schema.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/test.schema.json b/data/test.schema.json
index d3b80d0..aa3cf8f 100644
--- a/data/test.schema.json
+++ b/data/test.schema.json
@@ -20,6 +20,7 @@
"type": "string",
"enum": [
"file",
+ "dir",
"exe",
"shared_lib",
"pdb",