Index: libs/smart_ptr/test/Jamfile.v2 =================================================================== RCS file: /cvsroot/boost/boost/libs/smart_ptr/test/Jamfile.v2,v retrieving revision 1.7 diff -u -r1.7 Jamfile.v2 --- libs/smart_ptr/test/Jamfile.v2 6 Dec 2005 13:26:13 -0000 1.7 +++ libs/smart_ptr/test/Jamfile.v2 7 Dec 2005 18:57:09 -0000 @@ -11,6 +11,10 @@ # bring in rules for testing import testing ; +project +: requirements + multi:BOOST_SP_USE_QUICK_ALLOCATOR +; { test-suite "smart_ptr" : [ run smart_ptr_test.cpp ]