2
0
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:
Vladimir Prus
2006-03-22 09:53:34 +00:00
parent e7927ef4ea
commit cdcf8633bb

View File

@@ -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 ] ;