diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 8e000ec4..7dd3ffe0 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -4,7 +4,13 @@ project /boost/python/test ; rule py-run ( sources * ) { - return [ run $(sources) /boost/python//boost_python /python//python ] ; + return [ run $(sources) /boost/python//boost_python /python//python + : # args + : # input files + : #requirements + BOOST_PYTHON_SUPPRESS_REGISTRY_INITIALIZATION + + ] ; } rule py-compile ( sources * ) @@ -18,10 +24,6 @@ rule py-compile-fail ( sources * ) } -project : - requirements BOOST_PYTHON_SUPPRESS_REGISTRY_INITIALIZATION - ; - #template py-unit-test # :