summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/import.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/import.py b/test/import.py
index 1390289..d66658b 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',