forked from boostorg/smart_ptr
Add a few no_rtti tests
This commit is contained in:
@ -309,3 +309,9 @@ run abi_test_main.cpp abi_test_mt/<cxxstd>98 : : : <cxxstd>0x : abi_test_11_03 ;
|
|||||||
|
|
||||||
run weak_ptr_alias_test.cpp ;
|
run weak_ptr_alias_test.cpp ;
|
||||||
run weak_ptr_alias_move_test.cpp ;
|
run weak_ptr_alias_move_test.cpp ;
|
||||||
|
|
||||||
|
run sp_typeinfo_test.cpp : : : <rtti>off : sp_typeinfo_test_no_rtti ;
|
||||||
|
|
||||||
|
run get_deleter_test.cpp : : : <rtti>off : get_deleter_test_no_rtti ;
|
||||||
|
run get_deleter_test2.cpp : : : <rtti>off : get_deleter_test2_no_rtti ;
|
||||||
|
run get_deleter_test3.cpp : : : <rtti>off : get_deleter_test3_no_rtti ;
|
||||||
|
Reference in New Issue
Block a user