summaryrefslogtreecommitdiff
path: root/test/CXX
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-06-08 17:42:45 +0000
committerSteven Knight <knight@baldmt.com>2010-06-08 17:42:45 +0000
commit1fa9386d7ddef1dc68b5cf5209c2ed48eedc24e1 (patch)
tree92768ae428e3972824a7508bd66a96127ce29551 /test/CXX
parentd3ab836d863a1204d0f1ab9d9bfc75890dd43838 (diff)
downloadscons-1fa9386d7ddef1dc68b5cf5209c2ed48eedc24e1.tar.gz
More Solaris test fixes:
* Different messages and exit codes for errors. * Fix Solaris shared suffixes. * Add a function declaration to some in-line C code to avoid a warning from Sun's compiler. * Make test/Parallel/multiple-parents.py chatty to avoid hangs, and reduce how many times it calls SCons just to make it go a little quicker.
Diffstat (limited to 'test/CXX')
-rw-r--r--test/CXX/SHCXXCOM.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CXX/SHCXXCOM.py b/test/CXX/SHCXXCOM.py
index 0f0940bb..7f151ed7 100644
--- a/test/CXX/SHCXXCOM.py
+++ b/test/CXX/SHCXXCOM.py
@@ -50,6 +50,7 @@ alt_cpp_suffix=test.get_alt_cpp_suffix()
test.write('SConstruct', """
env = Environment(SHCXXCOM = r'%(_python_)s mycc.py $TARGET $SOURCE',
+ SHOBJPREFIX='',
SHOBJSUFFIX='.obj')
env.SharedObject(target = 'test1', source = 'test1.cpp')
env.SharedObject(target = 'test2', source = 'test2.cc')