summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2024-07-10 21:32:35 +0300
committerGitHub <noreply@github.com>2024-07-10 21:32:35 +0300
commit47fd13aefcb3f1b9494b0b248073ed6e388b1dac (patch)
tree21059fca1ea12993a8aa373f836e9dd6525140cf /data
parent9a60deff0a4178e9b608fa76ff0bc06617d89540 (diff)
downloadmeson-47fd13aefcb3f1b9494b0b248073ed6e388b1dac.tar.gz
tests: Clean up leftover files from source dirs.
Diffstat (limited to 'data')
-rw-r--r--data/test.schema.json6
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"
+ }
}
}
}