summaryrefslogtreecommitdiffstats
path: root/test/import.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/import.py')
-rw-r--r--test/import.py25
1 files changed, 24 insertions, 1 deletions
diff --git a/test/import.py b/test/import.py
index d66658b..8dc3682 100644
--- a/test/import.py
+++ b/test/import.py
@@ -45,38 +45,61 @@ x = SCons.Platform.%s.generate
tools = [
# Can't import '386asm' directly due to initial '3' syntax error...
+ 'aixcc',
+ 'aixf77',
+ 'aixlink',
'ar',
'as',
+ 'BitKeeper',
'cc',
+ 'CVS',
'default',
'dvipdf',
'dvips',
+ 'f77',
+ # Can't import 'g++' directly due to '+' syntax error...
'g77',
'gas',
'gcc',
'gnulink',
- # Can't import 'g++' directly due to '+' syntax error...
+ 'gs',
+ 'hpcc',
+ 'hplink',
'icc',
'ifl',
'ilink',
+ 'jar',
+ 'javac',
+ 'javah',
'latex',
'lex',
'link',
# Can't import 'linkloc' everywhere due to Windows registry dependency...
'masm',
+ 'midl',
'mingw',
'mslib',
'mslink',
'msvc',
+ 'msvs',
'nasm',
'pdflatex',
'pdftex',
+ 'Perforce',
+ 'RCS',
+ 'rmic',
+ 'SCCS',
'sgiar',
'sgicc',
'sgilink',
+ 'sunar',
+ 'suncc',
+ 'sunlink',
+ 'Subversion',
'tar',
'tex',
'yacc',
+ 'zip',
]
for tool in tools: