|
@@ -509,6 +509,7 @@ include testing.jam ;
|
|
|
test-suite smart_ptr
|
|
test-suite smart_ptr
|
|
|
: [ run libs/smart_ptr/smart_ptr_test.cpp ]
|
|
: [ run libs/smart_ptr/smart_ptr_test.cpp ]
|
|
|
[ run libs/smart_ptr/shared_ptr_test.cpp ]
|
|
[ run libs/smart_ptr/shared_ptr_test.cpp ]
|
|
|
|
|
+ [ run libs/smart_ptr/enable_shared_from_this_test.cpp ]
|
|
|
[ compile-fail libs/smart_ptr/shared_ptr_assign_fail.cpp ]
|
|
[ compile-fail libs/smart_ptr/shared_ptr_assign_fail.cpp ]
|
|
|
;
|
|
;
|
|
|
|
|
|