|
|
@@ -508,8 +508,8 @@ include testing.jam ;
|
|
|
|
|
|
test-suite smart_ptr
|
|
|
: [ run libs/smart_ptr/smart_ptr_test.cpp ]
|
|
|
- [ run libs/smart_ptr/shared_ptr_test.cpp ]
|
|
|
- [ run libs/smart_ptr/enable_shared_from_this_test.cpp ]
|
|
|
+ [ run libs/smart_ptr/shared_ptr_test.cpp : : : <gcc><*><cxxflags>-Wno-non-virtual-dtor ]
|
|
|
+ [ 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 ]
|
|
|
;
|