diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2024-07-10 21:32:35 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-10 21:32:35 +0300 |
| commit | 47fd13aefcb3f1b9494b0b248073ed6e388b1dac (patch) | |
| tree | 21059fca1ea12993a8aa373f836e9dd6525140cf /data | |
| parent | 9a60deff0a4178e9b608fa76ff0bc06617d89540 (diff) | |
| download | meson-47fd13aefcb3f1b9494b0b248073ed6e388b1dac.tar.gz | |
tests: Clean up leftover files from source dirs.
Diffstat (limited to 'data')
| -rw-r--r-- | data/test.schema.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/test.schema.json b/data/test.schema.json index 705413363..e87e7d03a 100644 --- a/data/test.schema.json +++ b/data/test.schema.json @@ -178,6 +178,12 @@ "items": { "type": "string" } + }, + "cleanup": { + "type": "array", + "items": { + "type": "string" + } } } } |
