summaryrefslogtreecommitdiff
path: root/test/AS
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-06-08 06:36:47 +0000
committerSteven Knight <knight@baldmt.com>2010-06-08 06:36:47 +0000
commit02b944eec24378f2382bc7e4ff7b94805934531a (patch)
treeb3de36cbc0f0b538c6ab72d54f5a9218c64e263b /test/AS
parentdecf967b2105f9d91d1ba285ba28761b2cffbb25 (diff)
downloadscons-git-02b944eec24378f2382bc7e4ff7b94805934531a.tar.gz
Test fixes for Solaris, notably making test/Actions/function.py print
intermediate messages to avoid buildbot hangs.
Diffstat (limited to 'test/AS')
-rw-r--r--test/AS/ASCOM.py1
-rw-r--r--test/AS/ASPPCOM.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/AS/ASCOM.py b/test/AS/ASCOM.py
index a874f32be..568bd0047 100644
--- a/test/AS/ASCOM.py
+++ b/test/AS/ASCOM.py
@@ -57,6 +57,7 @@ else:
test.write('SConstruct', """
env = Environment(ASCOM = r'%(_python_)s myas.py $TARGET $SOURCE',
OBJSUFFIX = '.obj',
+ SHOBJPREFIX = '',
SHOBJSUFFIX = '.shobj')
env.Object(target = 'test1', source = 'test1.s')
env.Object(target = 'test2', source = 'test2%(alt_s_suffix)s')
diff --git a/test/AS/ASPPCOM.py b/test/AS/ASPPCOM.py
index 73b3ec342..f89306ec2 100644
--- a/test/AS/ASPPCOM.py
+++ b/test/AS/ASPPCOM.py
@@ -48,6 +48,7 @@ sys.exit(0)
test.write('SConstruct', """
env = Environment(ASPPCOM = r'%(_python_)s myas.py $TARGET $SOURCE',
OBJSUFFIX = '.obj',
+ SHOBJPREFIX = '',
SHOBJSUFFIX = '.shobj')
env.Object(target = 'test1', source = 'test1.spp')
env.Object(target = 'test2', source = 'test2.SPP')