aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-08-17 18:49:07 -0400
committerEli Schwartz <eschwartz@archlinux.org>2021-08-18 17:58:30 -0400
commit44e123dd90d0af9af5dcec494aa13e1f278fdaca (patch)
tree32ff2081266dfa831a0e8f97049c7299637c4717 /data
parentd9a9c3b5dadd7a132bd221b7d2b4f84c0f0edb13 (diff)
downloadmeson-44e123dd90d0af9af5dcec494aa13e1f278fdaca.zip
meson-44e123dd90d0af9af5dcec494aa13e1f278fdaca.tar.gz
meson-44e123dd90d0af9af5dcec494aa13e1f278fdaca.tar.bz2
test runner: add the ability to configure test.json for python paths
Adds new installed file types with @VAR@ substitution.
Diffstat (limited to 'data')
-rw-r--r--data/test.schema.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/test.schema.json b/data/test.schema.json
index b89a874..a809388 100644
--- a/data/test.schema.json
+++ b/data/test.schema.json
@@ -21,11 +21,14 @@
"type": "string",
"enum": [
"file",
+ "python_file",
"dir",
"exe",
"shared_lib",
+ "python_lib",
"pdb",
"implib",
+ "py_implib",
"implibempty",
"expr"
]