diff options
| author | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-08-25 19:27:10 +0200 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2020-08-27 00:08:57 +0000 |
| commit | 17439fa3e890266efeb0af1880640427be71a2ab (patch) | |
| tree | c2bf09e7b76571e24b921766100732b1c8a0ada5 /data/test.schema.json | |
| parent | fdae213a4960f530e6a2e48d78788d6c50aaedcf (diff) | |
| download | meson-17439fa3e890266efeb0af1880640427be71a2ab.tar.gz | |
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/test.schema.json')
| -rw-r--r-- | data/test.schema.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/test.schema.json b/data/test.schema.json index d3b80d06b..aa3cf8fec 100644 --- a/data/test.schema.json +++ b/data/test.schema.json @@ -20,6 +20,7 @@ "type": "string", "enum": [ "file", + "dir", "exe", "shared_lib", "pdb", |
