summaryrefslogtreecommitdiffstats
path: root/test/import.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-08-19 14:31:08 (GMT)
committerSteven Knight <knight@baldmt.com>2004-08-19 14:31:08 (GMT)
commit54ab855472b0531494222d684fdeed5d0cabc764 (patch)
tree5995906b1eae9e090266593db48466cd330c5a39 /test/import.py
parentd46e54c513203adf47bf4e3f12970522dee547af (diff)
downloadSCons-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.py12
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', """