intrusive_ptr_test.cpp added.

[SVN r17051]
This commit is contained in:
Peter Dimov
2003-01-27 14:09:21 +00:00
parent fabd6e5755
commit 89ea2156bc

View File

@ -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 : : : <gcc><*><cxxflags>-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 ]
;
}