diff options
author | Steven Knight <knight@baldmt.com> | 2003-06-16 04:21:51 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-06-16 04:21:51 (GMT) |
commit | ba5e0ae491d9078daa733ab0de6732db11a5c852 (patch) | |
tree | 6a90aab218f679feab39e8992e837a90658b8055 /test/import.py | |
parent | d0acf56c9c4ee38ab3c709eb173a42bf3d6d4349 (diff) | |
download | SCons-ba5e0ae491d9078daa733ab0de6732db11a5c852.zip SCons-ba5e0ae491d9078daa733ab0de6732db11a5c852.tar.gz SCons-ba5e0ae491d9078daa733ab0de6732db11a5c852.tar.bz2 |
Add support for the Intel C Compiler. (Gary Oberbrunner)
Diffstat (limited to 'test/import.py')
-rw-r--r-- | test/import.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/import.py b/test/import.py index c76c47d..d66f8e5 100644 --- a/test/import.py +++ b/test/import.py @@ -66,6 +66,7 @@ tools = [ 'hpcc', 'hplink', 'icc', + 'icl', 'ifl', 'ilink', 'jar', |