diff --git a/src/tools/python.jam b/src/tools/python.jam index d2d47b866..8e1adf976 100644 --- a/src/tools/python.jam +++ b/src/tools/python.jam @@ -1307,10 +1307,11 @@ rule numpy-test ( name : sources * : requirements * ) requirements += no ; } sources ?= $(name).py $(name).cpp ; + name = [ regex.replace $(name) "[/]" "~" ] ; return [ testing.make-test run-pyd : $(sources) /boost/python//boost_numpy /boost/python//boost_python : $(requirements) $(numpy-include) - : $(name) ] ; + : $(name) ] ; } IMPORT $(__name__) : bpl-test : : bpl-test ;