Index: Jamfile.v2 =================================================================== --- Jamfile.v2 (revision 58270) +++ Jamfile.v2 (working copy) @@ -5,7 +5,15 @@ # # See http://www.boost.org/libs/test for the library home page. +import feature ; +feature.feature quick-allocate : off on : propagated ; + +project + : requirements + on:BOOST_SP_USE_QUICK_ALLOCATOR + ; + rule test-btl-lib ( test-rule : test-name : lib-name ? : pattern_file * : source_files * : extra-libs ? ) { source_files ?= $(test-name).cpp ;