From 17439fa3e890266efeb0af1880640427be71a2ab Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Tue, 25 Aug 2020 19:27:10 +0200 Subject: 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. --- data/test.schema.json | 1 + 1 file changed, 1 insertion(+) (limited to 'data') 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", -- cgit v1.2.3