diff options
author | Steven Knight <knight@baldmt.com> | 2005-01-07 14:24:10 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2005-01-07 14:24:10 (GMT) |
commit | a30529bf7d9361a44490126666d0cc71d98410aa (patch) | |
tree | f239e765d1b35f6b65f517c576ab036b0b3481b6 /test/import.py | |
parent | 4e17c7182977812c7751523ef08f7b221ae6aa61 (diff) | |
download | SCons-a30529bf7d9361a44490126666d0cc71d98410aa.zip SCons-a30529bf7d9361a44490126666d0cc71d98410aa.tar.gz SCons-a30529bf7d9361a44490126666d0cc71d98410aa.tar.bz2 |
Add LoadableModule support. (Michael McCracken)
Diffstat (limited to 'test/import.py')
-rw-r--r-- | test/import.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/import.py b/test/import.py index a8a86bf..1aae7ce 100644 --- a/test/import.py +++ b/test/import.py @@ -59,6 +59,7 @@ tools = [ 'aixcc', 'aixf77', 'aixlink', + 'applelink', 'ar', 'as', 'bcc32', |