diff options
| author | Xavier Claessens <xavier.claessens@collabora.com> | 2021-09-30 11:54:43 -0400 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-10-10 23:15:18 +0300 |
| commit | 928078982c8643bffd95a8da06a1b4494fe87e2b (patch) | |
| tree | 1e8e50892e5f329927d9196cea85e66801c1af03 /run_unittests.py | |
| parent | 31bea202c9dc9d288d787f0073f0e221971669ba (diff) | |
| download | meson-928078982c8643bffd95a8da06a1b4494fe87e2b.tar.gz | |
Add --vsenv command line option and active VS only when needed
Diffstat (limited to 'run_unittests.py')
| -rwxr-xr-x | run_unittests.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/run_unittests.py b/run_unittests.py index f438daa05..bc20b22e0 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -33,14 +33,10 @@ import mesonbuild.environment import mesonbuild.mesonlib import mesonbuild.coredata import mesonbuild.modules.gnome -from mesonbuild.mesonlib import ( - python_command -) +from mesonbuild.mesonlib import python_command, setup_vsenv import mesonbuild.dependencies.base import mesonbuild.modules.pkgconfig -from mesonbuild.mesonmain import setup_vsenv - from unittests.allplatformstests import AllPlatformTests from unittests.darwintests import DarwinTests from unittests.failuretests import FailureTests |
