diff --git a/build/Jamfile b/build/Jamfile index 7fd8c285..744c8ec2 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -136,7 +136,7 @@ bpl-test noncopyable_import : ../example/noncopyable_import.cpp ; ############## cross-module tests from ../example ########## # A simple rule to build a test which depends on multiple modules in the PYTHONPATH -local rule boost-python-multi-example-runtest ( test-name : modules + ) +rule boost-python-multi-example-runtest ( test-name : modules + ) { boost-python-runtest $(test-name) : ../example/tst_$(test-name).py $(modules) libboost_python