Rename tests

This commit is contained in:
Peter Dimov
2017-06-01 02:03:35 +03:00
parent db565aaa73
commit 6ad3e2fd12
7 changed files with 6 additions and 6 deletions

View File

@ -13,12 +13,12 @@ REQ = ; #[ requires cxx11_variadic_templates cxx11_template_aliases cxx11_declty
run variant_size.cpp : : : $(REQ) ;
run variant_alternative.cpp : : : $(REQ) ;
run holds_alternative.cpp : : : $(REQ) ;
compile holds_alternative_cx.cpp : : : $(REQ) ;
run get_by_index.cpp : : : $(REQ) ;
compile get_by_index_cx.cpp : : : $(REQ) ;
run get_by_type.cpp : : : $(REQ) ;
compile get_by_type_cx.cpp : : : $(REQ) ;
run variant_holds_alternative.cpp : : : $(REQ) ;
compile variant_holds_alternative_cx.cpp : : : $(REQ) ;
run variant_get_by_index.cpp : : : $(REQ) ;
compile variant_get_by_index_cx.cpp : : : $(REQ) ;
run variant_get_by_type.cpp : : : $(REQ) ;
compile variant_get_by_type_cx.cpp : : : $(REQ) ;
run variant_default_construct.cpp : : : $(REQ) ;
compile variant_default_construct_cx.cpp : : : $(REQ) ;
run variant_copy_construct.cpp : : : $(REQ) ;