diff --git a/test/Jamfile b/test/Jamfile index cc0d3ca8..6e7ce5ea 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -51,10 +51,6 @@ rule bpl-test ( name ? : files * ) boost-python-runtest $(name) : $(py) $(modules) ; } -bpl-test bienstman1 ; -bpl-test bienstman2 ; -bpl-test bienstman3 ; -bpl-test bienstman4 ; bpl-test try : newtest.py m1.cpp m2.cpp ; bpl-test builtin_converters : test_builtin_converters.py test_builtin_converters.cpp ; bpl-test test_pointer_adoption ; @@ -64,6 +60,15 @@ bpl-test back_reference ; bpl-test implicit ; bpl-test data_members ; +bpl-test bienstman1 ; +bpl-test bienstman2 ; +bpl-test bienstman3 ; +if $(TEST_BIENSTMAN_NON_BUGS) +{ + bpl-test bienstman4 ; + bpl-test bienstman5 ; +} + # --- unit tests of library components --- unit-test indirect_traits_test : indirect_traits_test.cpp : $(BOOST_ROOT) ;