aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJukka Laurila <jlaurila@google.com>2018-03-07 23:20:56 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2018-03-09 00:26:14 +0200
commit31df4ae1640a23d5f30df9e766b8bf03ad88308d (patch)
treeb31d61e553c4e2186261f9b0fc8b679c4f74d78c
parent58ce5fe62da876f9c7a42c72fefc3d2bf6afb2f3 (diff)
downloadmeson-31df4ae1640a23d5f30df9e766b8bf03ad88308d.zip
meson-31df4ae1640a23d5f30df9e766b8bf03ad88308d.tar.gz
meson-31df4ae1640a23d5f30df9e766b8bf03ad88308d.tar.bz2
Default run_project_tests backend to ninja instead of xcode on OS X.
The xcode backend is still incomplete and fails many tests.
-rwxr-xr-xrun_project_tests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/run_project_tests.py b/run_project_tests.py
index e9afa81..a1d36ef 100755
--- a/run_project_tests.py
+++ b/run_project_tests.py
@@ -109,8 +109,6 @@ def setup_commands(optbackend):
if backend is None:
if msbuild_exe is not None:
backend = 'vs' # Meson will auto-detect VS version to use
- elif mesonlib.is_osx():
- backend = 'xcode'
else:
backend = 'ninja'
# Set backend arguments for Meson