mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 05:42:30 +00:00
Force multithreading for Python test.
Workaround for problem described in http://thread.gmane.org/gmane.comp.lib.boost.devel/139601 [SVN r33434]
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
use-project /boost/python : ../build ;
|
||||
project /boost/python/test ;
|
||||
|
||||
project : requirements <threading>multi ;
|
||||
|
||||
rule py-run ( sources * )
|
||||
{
|
||||
return [ run $(sources) /boost/python//boost_python ] ;
|
||||
|
||||
Reference in New Issue
Block a user