summaryrefslogtreecommitdiff
path: root/test/import.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-07-29 22:44:51 +0000
committerSteven Knight <knight@baldmt.com>2004-07-29 22:44:51 +0000
commitb2a820a2b535f0eeeb0e3074cbc32355ab54db4f (patch)
tree0d54ec64628db8b17af57f806491a53e894929e1 /test/import.py
parente461d8cf6bd1d3b9e00fea118066ef528c62aff0 (diff)
downloadscons-b2a820a2b535f0eeeb0e3074cbc32355ab54db4f.tar.gz
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.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/import.py b/test/import.py
index e7e21f1c..071e1984 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',