forked from boostorg/type_index
Another attempt to disable table_of_names_no_rtti test
This commit is contained in:
@ -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) ] ;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user