diff --git a/test/Jamfile b/test/Jamfile index 88cfbfe..dfb20fb 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -20,6 +20,7 @@ DEPENDS all : test ; [ run libs/smart_ptr/test/weak_ptr_test.cpp ] [ run libs/smart_ptr/test/shared_from_this_test.cpp : : : <*>-Wno-non-virtual-dtor ] [ run libs/smart_ptr/test/get_deleter_test.cpp ] + [ run libs/smart_ptr/test/intrusive_ptr_test.cpp ] [ compile-fail libs/smart_ptr/test/shared_ptr_assign_fail.cpp ] ; }