mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 17:32:55 +00:00
remove local rule usage for the time being.
[SVN r12625]
This commit is contained in:
@@ -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 <lib>$(modules) <lib>libboost_python
|
||||
|
||||
Reference in New Issue
Block a user