Presence of nagfor signifies that Fortran tests can be run.

pull/9239/head
Mat Cross 3 years ago committed by Eli Schwartz
parent 436a257c50
commit 174bc1c786
  1. 1
      run_project_tests.py

@ -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…
Cancel
Save