Presence of nagfor signifies that Fortran tests can be run.

This commit is contained in:
Mat Cross 2021-08-22 10:35:49 +01:00 committed by Eli Schwartz
parent 436a257c50
commit 174bc1c786
1 changed files with 1 additions and 0 deletions

View File

@ -1050,6 +1050,7 @@ def detect_tests_to_run(only: T.Dict[str, T.List[str]], use_tmp: bool) -> T.List
skip_fortran = not(shutil.which('gfortran') or
shutil.which('flang') or
shutil.which('pgfortran') or
shutil.which('nagfor') or
shutil.which('ifort'))
class TestCategory: