Another attempt to disable table_of_names_no_rtti test

This commit is contained in:
Antony Polukhin
2014-05-08 11:37:09 +04:00
parent 4cc0272bd2
commit eac9c8af2f

View File

@ -62,10 +62,10 @@ for local p in [ glob ../examples/*.cpp ]
# RTTI on
type_index += [ run $(p) ] ;
if $(p) != "../examples/table_of_names.cpp"
# RTTI off
local target_name = $(p[1]:B)_no_rtti ;
if $(target_name) != "table_of_names_no_rtti"
{
# RTTI off
local target_name = $(p[1]:B)_no_rtti ;
type_index += [ run $(p) : : : <rtti>off : $(target_name) ] ;
}
}