From 6c6f654fbe748b893b362eb01c551baf552ad5f0 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 21 Mar 2007 17:44:57 +0000 Subject: [PATCH] Add commented-out test for import_ so it's easy to reinstate [SVN r37256] --- test/Jamfile.v2 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 6bcc93cc..d3bcfdce 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -46,6 +46,14 @@ test-suite python : exec-dynamic # target-name ] +# [ +# run import_.cpp ../build//boost_python /python//python +# : # program args +# : import_.py # input files +# : # requirements +# : # target-name +# ] + [ bpl-test crossmod_exception : crossmod_exception.py crossmod_exception_a.cpp crossmod_exception_b.cpp