From 44e123dd90d0af9af5dcec494aa13e1f278fdaca Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 17 Aug 2021 18:49:07 -0400 Subject: test runner: add the ability to configure test.json for python paths Adds new installed file types with @VAR@ substitution. --- data/test.schema.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data/test.schema.json') diff --git a/data/test.schema.json b/data/test.schema.json index b89a874b1..a809388b4 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" ] -- cgit v1.2.3