From 89ea2156bc1b107e3fa1daac182dc1a22db40131 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 27 Jan 2003 14:09:21 +0000 Subject: [PATCH] intrusive_ptr_test.cpp added. [SVN r17051] --- test/Jamfile | 1 + 1 file changed, 1 insertion(+) 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 ] ; }