diff options
author | Steven Knight <knight@baldmt.com> | 2004-07-29 22:44:51 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-07-29 22:44:51 (GMT) |
commit | b2a820a2b535f0eeeb0e3074cbc32355ab54db4f (patch) | |
tree | 0d54ec64628db8b17af57f806491a53e894929e1 /test/import.py | |
parent | e461d8cf6bd1d3b9e00fea118066ef528c62aff0 (diff) | |
download | SCons-b2a820a2b535f0eeeb0e3074cbc32355ab54db4f.zip SCons-b2a820a2b535f0eeeb0e3074cbc32355ab54db4f.tar.gz SCons-b2a820a2b535f0eeeb0e3074cbc32355ab54db4f.tar.bz2 |
Add support for newer ifort versions of the Intel Fortran compiler on Linux. (Jonathan Gurley) Fortran 90 tests for future use. (Chris Murray)
Diffstat (limited to 'test/import.py')
-rw-r--r-- | test/import.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/import.py b/test/import.py index e7e21f1..071e198 100644 --- a/test/import.py +++ b/test/import.py @@ -55,12 +55,16 @@ tools = [ 'BitKeeper', 'c++', 'cc', + 'cvf', 'CVS', 'default', 'dmd', 'dvipdf', 'dvips', 'f77', + 'f90', + 'f95', + 'fortran', 'g++', 'g77', 'gas', @@ -72,6 +76,7 @@ tools = [ 'hplink', 'icc', 'icl', + 'ifort', 'ifl', 'ilink', 'ilink32', |