diff options
Diffstat (limited to 'test/import.py')
-rw-r--r-- | test/import.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/import.py b/test/import.py index d30328b..ff7200c 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', ] |