summaryrefslogtreecommitdiff
path: root/test/import.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-11-19 12:04:49 +0000
committerSteven Knight <knight@baldmt.com>2004-11-19 12:04:49 +0000
commitc1c940944e1cf0481242dbb71b8bda055aacea0a (patch)
treeca936249027169efdb956dc4687e33d22b3297ea /test/import.py
parent27db7fcdedd3043ae5d2f7f869f07e8533e63ba3 (diff)
downloadscons-c1c940944e1cf0481242dbb71b8bda055aacea0a.tar.gz
Add support for new tools: Metroworks CodeWarrior compiler and linker (Russell Yanofsky); new Intel C compiler (Gary Oberbrunner).
Diffstat (limited to 'test/import.py')
-rw-r--r--test/import.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/import.py b/test/import.py
index 0e72ec47..cfe72e6a 100644
--- a/test/import.py
+++ b/test/import.py
@@ -90,6 +90,7 @@ tools = [
'ifl',
'ilink',
'ilink32',
+ 'intelc',
'jar',
'javac',
'javah',
@@ -105,6 +106,8 @@ tools = [
'mslink',
'msvc',
'msvs',
+ 'mwcc',
+ 'mwld',
'nasm',
'pdflatex',
'pdftex',