diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index e32792a4..470db03a 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -45,7 +45,13 @@ test-suite python : # requirements BOOST_PYTHON_STATIC_MODULE ] - +[ + run exec.cpp ../build//boost_python/shared /python//python + : # program args + : exec.py + : # requirements + : shared-exec + ] [ bpl-test crossmod_exception : crossmod_exception.py crossmod_exception_a.cpp crossmod_exception_b.cpp