Presence of nagfor signifies that Fortran tests can be run.
This commit is contained in:
parent
436a257c50
commit
174bc1c786
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue