|
|
@@ -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 ]
|