diff --git a/test/Jamfile b/test/Jamfile index 7f088cf7..9a5c7569 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -50,6 +50,8 @@ rule require-windows ( properties * ) } } +if [ python.configured ] +{ test-suite python : @@ -97,12 +99,16 @@ bpl-test crossmod_exception [ bpl-test polymorphism2_auto_ptr : polymorphism2_auto_ptr.py polymorphism2.py polymorphism2_auto_ptr.cpp + : [ requires auto_ptr ] ] [ bpl-test polymorphism ] [ bpl-test polymorphism2 ] -[ bpl-test auto_ptr ] +[ bpl-test auto_ptr + : # files + : [ requires auto_ptr ] +] [ bpl-test minimal ] [ bpl-test args ] @@ -248,3 +254,4 @@ bpl-test crossmod_opaque ; +}