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
commitdde617216d22a335f6c70984be87bc20b5358717 (patch)
treeb3de36cbc0f0b538c6ab72d54f5a9218c64e263b /test/AS
parent5ced988aeb401ab629ae5840ba22ea99ce3beecf (diff)
downloadscons-dde617216d22a335f6c70984be87bc20b5358717.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 a874f32b..568bd004 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 73b3ec34..f89306ec 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')