summaryrefslogtreecommitdiff
path: root/test/import.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-11-22 13:28:28 +0000
committerSteven Knight <knight@baldmt.com>2003-11-22 13:28:28 +0000
commit402a730430c98f08a29a09a9a9b569bed36e0a4c (patch)
treec04ebcd03c08f0aa593508afaae9b7b03a35b6a9 /test/import.py
parentd0a974d767a1bb4a3947020c019d625a11e0af19 (diff)
downloadscons-402a730430c98f08a29a09a9a9b569bed36e0a4c.tar.gz
Add Borland compiler support. (Vincent Risi)
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 d30328b1..ff7200c4 100644
--- a/test/import.py
+++ b/test/import.py
@@ -51,6 +51,7 @@ tools = [
'aixlink',
'ar',
'as',
+ 'bcc32',
'BitKeeper',
'c++',
'cc',
@@ -72,6 +73,7 @@ tools = [
'icl',
'ifl',
'ilink',
+ 'ilink32',
'jar',
'javac',
'javah',
@@ -107,6 +109,7 @@ tools = [
'swig',
'tar',
'tex',
+ 'tlib',
'yacc',
'zip',
]