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. --- docs/markdown/Contributing.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/markdown') diff --git a/docs/markdown/Contributing.md b/docs/markdown/Contributing.md index b16f615..07ddc88 100644 --- a/docs/markdown/Contributing.md +++ b/docs/markdown/Contributing.md @@ -242,6 +242,7 @@ current platform. The following values are currently supported: | type | Description | | ------------- | ------------------------------------------------------------------------------------------------------- | | `file` | No postprocessing, just use the provided path | +| `dir` | To include all files inside the directory (for generated docs, etc). The path must be a valid directory | | `exe` | For executables. On Windows the `.exe` suffix is added to the path in `file` | | `shared_lib` | For shared libraries, always written as `name`. The appropriate suffix and prefix are added by platform | | `pdb` | For Windows PDB files. PDB entries are ignored on non Windows platforms | -- cgit v1.1