diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 5524e98a..764dfa41 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -77,14 +77,15 @@ bpl-test crossmod_exception [ bpl-test shared_ptr ] [ bpl-test enable_shared_from_this ] [ bpl-test andreas_beyer ] +[ bpl-test wrapper_held_type ] + +[ bpl-test polymorphism2_auto_ptr + : polymorphism2_auto_ptr.py polymorphism2.py polymorphism2_auto_ptr.cpp +] + [ bpl-test polymorphism ] [ bpl-test polymorphism2 ] -[ bpl-test wrapper_held_type ] -[ bpl-test polymorphism2_auto_ptr - : polymorphism2_auto_ptr.py enum.py polymorphism2.py polymorphism2_auto_ptr.cpp -] - [ bpl-test auto_ptr ] [ bpl-test minimal ]