diff options
| author | Steven Knight <knight@baldmt.com> | 2003-02-10 21:43:09 (GMT) |
|---|---|---|
| committer | Steven Knight <knight@baldmt.com> | 2003-02-10 21:43:09 (GMT) |
| commit | 7bbb2afaef46d74eea4f4bd12a005abead550dd5 (patch) | |
| tree | 492d6726be001e35ffa85dc5cee5d0cadd6c35b9 /test | |
| parent | 26ffd7d959778e3355786a0d47ff27476f7c2554 (diff) | |
| download | SCons-7bbb2afaef46d74eea4f4bd12a005abead550dd5.zip SCons-7bbb2afaef46d74eea4f4bd12a005abead550dd5.tar.gz SCons-7bbb2afaef46d74eea4f4bd12a005abead550dd5.tar.bz2 | |
Add support for the SGI library archiver. (Chad Austin)
Diffstat (limited to 'test')
| -rw-r--r-- | test/SharedLibrary.py | 1 | ||||
| -rw-r--r-- | test/import.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/SharedLibrary.py b/test/SharedLibrary.py index 4ed33f6..9fa1141 100644 --- a/test/SharedLibrary.py +++ b/test/SharedLibrary.py @@ -147,6 +147,7 @@ f3b(void) test.write('f3c.c', r""" #include <stdio.h> +void f3c(void) { printf("f3c.c\n"); diff --git a/test/import.py b/test/import.py index 76c003b..1390289 100644 --- a/test/import.py +++ b/test/import.py @@ -68,6 +68,7 @@ tools = [ 'nasm', 'pdflatex', 'pdftex', + 'sgiar', 'sgias', 'sgicc', 'sgif77', |
