weak_ptr_test.cpp added.

[SVN r16427]
This commit is contained in:
Peter Dimov 2002-11-26 16:01:17 +00:00
parent ec04510434
commit f7299c084b
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit e60c1f9b4960e0ffe58d16d312e0ad4215657685
Subproject commit 468f63261a851eee07b060d7f614d87a3e7f8631

View file

@ -510,6 +510,7 @@ include testing.jam ;
: [ run libs/smart_ptr/smart_ptr_test.cpp ]
[ run libs/smart_ptr/shared_ptr_basic_test.cpp : : : <gcc><*><cxxflags>-Wno-non-virtual-dtor ]
[ run libs/smart_ptr/shared_ptr_test.cpp : : : <gcc><*><cxxflags>-Wno-non-virtual-dtor ]
[ run libs/smart_ptr/weak_ptr_test.cpp ]
[ run libs/smart_ptr/enable_shared_from_this_test.cpp : : : <gcc><*><cxxflags>-Wno-non-virtual-dtor ]
[ run libs/smart_ptr/get_deleter_test.cpp ]
[ compile-fail libs/smart_ptr/shared_ptr_assign_fail.cpp ]