aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-02-27 21:06:07 +0200
committerGitHub <noreply@github.com>2021-02-27 21:06:07 +0200
commitb86ef3f85020eb8ed0e464a7653fa9e57cd527c2 (patch)
tree8b3c631f6bddbf18afd95fbe21c3877c70884fd8 /run_mypy.py
parent50af09de031c8d003cd9e6afb44b774620b45696 (diff)
parent44c836e0d9cf5bec0288a5b0eefc2692471f3b20 (diff)
downloadmeson-b86ef3f85020eb8ed0e464a7653fa9e57cd527c2.zip
meson-b86ef3f85020eb8ed0e464a7653fa9e57cd527c2.tar.gz
meson-b86ef3f85020eb8ed0e464a7653fa9e57cd527c2.tar.bz2
Merge pull request #8389 from dcbaker/submit/single-test-runner
Add a script to run a single meson functional test case (with test.json support)
Diffstat (limited to 'run_mypy.py')
-rwxr-xr-xrun_mypy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_mypy.py b/run_mypy.py
index e6900c7..1c886f8 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -39,6 +39,7 @@ modules = [
'mesonbuild/optinterpreter.py',
'run_mypy.py',
+ 'run_single_test.py',
'tools'
]