forked from boostorg/type_traits
Changed some file names (previously they were too long for some platforms to cope with).
[SVN r16850]
This commit is contained in:
68
test/Jamfile
68
test/Jamfile
@ -40,10 +40,10 @@ test-suite type_traits :
|
||||
[ type-traits-run alignment_of_test.cpp ]
|
||||
[ type-traits-run function_traits_test.cpp ]
|
||||
[ type-traits-run has_nothrow_assign_test.cpp ]
|
||||
[ type-traits-run has_nothrow_constructor_test.cpp ]
|
||||
[ type-traits-run has_nothrow_constr_test.cpp ]
|
||||
[ type-traits-run has_nothrow_copy_test.cpp ]
|
||||
[ type-traits-run has_trivial_assign_test.cpp ]
|
||||
[ type-traits-run has_trivial_constructor_test.cpp ]
|
||||
[ type-traits-run has_trivial_constr_test.cpp ]
|
||||
[ type-traits-run has_trivial_copy_test.cpp ]
|
||||
[ type-traits-run has_trivial_destructor_test.cpp ]
|
||||
[ type-traits-run is_arithmetic_test.cpp ]
|
||||
@ -59,7 +59,7 @@ test-suite type_traits :
|
||||
[ type-traits-run is_function_test.cpp ]
|
||||
[ type-traits-run is_fundamental_test.cpp ]
|
||||
[ type-traits-run is_integral_test.cpp ]
|
||||
[ type-traits-run is_member_function_pointer_test.cpp ]
|
||||
[ type-traits-run is_member_func_test.cpp ]
|
||||
[ type-traits-run is_member_pointer_test.cpp ]
|
||||
[ type-traits-run is_object_test.cpp ]
|
||||
[ type-traits-run is_pod_test.cpp ]
|
||||
@ -82,68 +82,10 @@ test-suite type_traits :
|
||||
[ type-traits-run tricky_add_pointer_test.cpp ]
|
||||
[ type-traits-run tricky_function_type_test.cpp ]
|
||||
[ type-traits-run tricky_incomplete_type_test.cpp ]
|
||||
[ type-traits-run tricky_partial_specialization_test.cpp ]
|
||||
[ type-traits-run tricky_partial_spec_test.cpp ]
|
||||
[ type-traits-run type_with_alignment_test.cpp ]
|
||||
[ run
|
||||
|
||||
add_const_test.cpp
|
||||
add_pointer_test.cpp
|
||||
add_reference_test.cpp
|
||||
add_volatile_test.cpp
|
||||
alignment_of_test.cpp
|
||||
function_traits_test.cpp
|
||||
has_nothrow_assign_test.cpp
|
||||
has_nothrow_constructor_test.cpp
|
||||
has_nothrow_copy_test.cpp
|
||||
has_trivial_assign_test.cpp
|
||||
has_trivial_constructor_test.cpp
|
||||
has_trivial_copy_test.cpp
|
||||
has_trivial_destructor_test.cpp
|
||||
is_arithmetic_test.cpp
|
||||
is_array_test.cpp
|
||||
is_base_and_derived_test.cpp
|
||||
is_class_test.cpp
|
||||
is_compound_test.cpp
|
||||
is_const_test.cpp
|
||||
is_convertible_test.cpp
|
||||
is_empty_test.cpp
|
||||
is_enum_test.cpp
|
||||
is_float_test.cpp
|
||||
is_function_test.cpp
|
||||
is_fundamental_test.cpp
|
||||
is_integral_test.cpp
|
||||
is_member_function_pointer_test.cpp
|
||||
is_member_pointer_test.cpp
|
||||
is_object_test.cpp
|
||||
is_pod_test.cpp
|
||||
is_pointer_test.cpp
|
||||
is_polymorphic_test.cpp
|
||||
is_reference_test.cpp
|
||||
is_same_test.cpp
|
||||
is_scalar_test.cpp
|
||||
is_stateless_test.cpp
|
||||
is_union_test.cpp
|
||||
is_void_test.cpp
|
||||
is_volatile_test.cpp
|
||||
remove_bounds_test.cpp
|
||||
remove_const_test.cpp
|
||||
remove_cv_test.cpp
|
||||
remove_pointer_test.cpp
|
||||
remove_reference_test.cpp
|
||||
remove_volatile_test.cpp
|
||||
tricky_abstract_type_test.cpp
|
||||
tricky_add_pointer_test.cpp
|
||||
tricky_function_type_test.cpp
|
||||
tricky_incomplete_type_test.cpp
|
||||
tricky_partial_specialization_test.cpp
|
||||
type_with_alignment_test.cpp
|
||||
<lib>type_traits_init
|
||||
:
|
||||
:
|
||||
:
|
||||
:
|
||||
type_traits_all ]
|
||||
|
||||
; # type traits suite
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user