diff --git a/build/Jamfile b/build/Jamfile index 744c8ec2..1ea3665d 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -64,7 +64,7 @@ include python.jam ; local PYTHON_PROPERTIES = $(PYTHON_PROPERTIES) BOOST_PYTHON_DYNAMIC_LIB ; ####################### -local rule bpl-test ( test-name : sources + ) +rule bpl-test ( test-name : sources + ) { boost-python-test $(test-name) : $(sources) libboost_python ; } @@ -108,7 +108,7 @@ boost-python-runtest comprehensive ############# simple tests from ../example ############ -local rule boost-python-example-runtest ( name ) +rule boost-python-example-runtest ( name ) { bpl-test $(name) : ../example/$(name).cpp ;