diff options
author | Steven Knight <knight@baldmt.com> | 2004-08-19 14:31:08 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-08-19 14:31:08 (GMT) |
commit | 54ab855472b0531494222d684fdeed5d0cabc764 (patch) | |
tree | 5995906b1eae9e090266593db48466cd330c5a39 /test/import.py | |
parent | d46e54c513203adf47bf4e3f12970522dee547af (diff) | |
download | SCons-54ab855472b0531494222d684fdeed5d0cabc764.zip SCons-54ab855472b0531494222d684fdeed5d0cabc764.tar.gz SCons-54ab855472b0531494222d684fdeed5d0cabc764.tar.bz2 |
Add darwin.py to the packaging MANIFEST.
Diffstat (limited to 'test/import.py')
-rw-r--r-- | test/import.py | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/test/import.py b/test/import.py index 071e198..91c06ec 100644 --- a/test/import.py +++ b/test/import.py @@ -33,7 +33,17 @@ import TestSCons test = TestSCons.TestSCons() -platforms = ['cygwin', 'irix', 'os2', 'posix', 'win32'] +platforms = [ + 'aix', + 'cygwin', + 'darwin', + 'hpux', + 'irix', + 'os2', + 'posix', + 'sunos', + 'win32' +] for platform in platforms: test.write('SConstruct', """ |