More boost::shared_ptr tests/fixes, seems stable now.

This commit is contained in:
Gustavo J. A. M. Carneiro
2012-08-24 19:11:24 +01:00
parent 4f64044480
commit a17ce14a6e
6 changed files with 88 additions and 83 deletions
+2
View File
@@ -402,6 +402,8 @@ class CheckContext(Context.Context):
if env['ENABLE_BOOST_SHARED_PTR']:
print "Running boost::shared_ptr unit tests..."
retvals.append(subprocess.Popen(valgrind + [python, 'tests/boost/bartest.py'] + verbosity).wait())
else:
print "Skipping boost::shared_ptr unit tests (boost headers not found)..."
if any(retvals):
Logs.error("Unit test failures")