diff options
Diffstat (limited to 'run_tests.py')
-rwxr-xr-x | run_tests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py index 4ca0659..83c79bb 100755 --- a/run_tests.py +++ b/run_tests.py @@ -25,7 +25,8 @@ test_build_dir = 'work area' install_dir = os.path.join(os.path.split(os.path.abspath(__file__))[0], 'install dir') meson_command = './meson.py' -unity_flags = ['--unity'] +#unity_flags = ['--unity'] +unity_flags = [] msbuild_exe = shutil.which('msbuild') if msbuild_exe is not None: |