mirror of
https://github.com/boostorg/variant2.git
synced 2025-09-30 17:12:00 +02:00
Rename tests
This commit is contained in:
12
test/Jamfile
12
test/Jamfile
@@ -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) ;
|
||||
|
Reference in New Issue
Block a user