aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
authorRobert Cohn <robert.s.cohn@intel.com>2022-10-09 09:14:52 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2022-10-24 18:55:22 +0300
commit1939e567d6dc7be5cc9495cacde6b984e58409a0 (patch)
treedf970e2821e0b5b95841ba75e7ffab906f8af958 /run_project_tests.py
parent942aea230f5e517d5add194240c8943f28d79943 (diff)
downloadmeson-1939e567d6dc7be5cc9495cacde6b984e58409a0.zip
meson-1939e567d6dc7be5cc9495cacde6b984e58409a0.tar.gz
meson-1939e567d6dc7be5cc9495cacde6b984e58409a0.tar.bz2
basic support for oneapi compilers
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-xrun_project_tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/run_project_tests.py b/run_project_tests.py
index 51a8f1f..74ddd9e 100755
--- a/run_project_tests.py
+++ b/run_project_tests.py
@@ -1059,7 +1059,8 @@ def detect_tests_to_run(only: T.Dict[str, T.List[str]], use_tmp: bool) -> T.List
shutil.which('flang') or
shutil.which('pgfortran') or
shutil.which('nagfor') or
- shutil.which('ifort'))
+ shutil.which('ifort') or
+ shutil.which('ifx'))
skip_cmake = ((os.environ.get('compiler') == 'msvc2015' and under_ci) or
'cmake' not in tool_vers_map or