From c9f0b74bd2081633dbbcd36eba1e7874c62d783b Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 8 Mar 2007 15:56:58 +0000 Subject: [PATCH] checkpoint for volodya [SVN r37161] --- test/Jamfile.v2 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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