project tests: qt is available on the macOS CI

pull/4846/head
Nirbheek Chauhan 6 years ago committed by Nirbheek Chauhan
parent bd8eff7438
commit 042f5638bf
  1. 4
      run_project_tests.py

@ -496,6 +496,10 @@ def skippable(suite, test):
return 'BOOST_ROOT' not in os.environ
return False
# Qt is provided on macOS by Homebrew
if test.endswith('4 qt') and mesonlib.is_osx():
return False
# Other framework tests are allowed to be skipped on other platforms
return True

Loading…
Cancel
Save