2
0
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:
Dave Abrahams
2002-02-02 00:46:38 +00:00
parent b3117c2b02
commit 7a16cd4c37

View File

@@ -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