Add a few no_rtti tests

This commit is contained in:
Peter Dimov
2019-04-22 05:43:08 +03:00
parent e306b30dcf
commit f17c5e8e3b

View File

@ -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_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 ;