aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-xrun_project_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_project_tests.py b/run_project_tests.py
index fc5a969..f125a80 100755
--- a/run_project_tests.py
+++ b/run_project_tests.py
@@ -635,7 +635,7 @@ def _run_test(test: TestDef,
should_fail: str) -> TestResult:
gen_start = time.time()
# Configure in-process
- gen_args = [] # type: T.List[str]
+ gen_args = ['setup']
if 'prefix' not in test.do_not_set_opts:
gen_args += ['--prefix', 'x:/usr'] if mesonlib.is_windows() else ['--prefix', '/usr']
if 'libdir' not in test.do_not_set_opts: