summaryrefslogtreecommitdiff
path: root/test/import.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-04-24 03:45:32 +0000
committerSteven Knight <knight@baldmt.com>2003-04-24 03:45:32 +0000
commitdb7e2b9bef087394fd3ce603e75231dec7f2eca4 (patch)
tree59fe8e23d14566ca5776d7ad108e95208ed17344 /test/import.py
parent9587e1d2dad1c532d86f664f5cbd6266ebd77808 (diff)
downloadscons-db7e2b9bef087394fd3ce603e75231dec7f2eca4.tar.gz
Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)
Diffstat (limited to 'test/import.py')
-rw-r--r--test/import.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/import.py b/test/import.py
index 13902896..d66658bd 100644
--- a/test/import.py
+++ b/test/import.py
@@ -46,6 +46,8 @@ x = SCons.Platform.%s.generate
tools = [
# Can't import '386asm' directly due to initial '3' syntax error...
'ar',
+ 'as',
+ 'cc',
'default',
'dvipdf',
'dvips',
@@ -59,6 +61,7 @@ tools = [
'ilink',
'latex',
'lex',
+ 'link',
# Can't import 'linkloc' everywhere due to Windows registry dependency...
'masm',
'mingw',
@@ -69,9 +72,7 @@ tools = [
'pdflatex',
'pdftex',
'sgiar',
- 'sgias',
'sgicc',
- 'sgif77',
'sgilink',
'tar',
'tex',