From 9ad8445156ac6e6bdcdd5c608971a31da558c703 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 10 Jan 2003 12:14:57 +0000 Subject: [PATCH] Changed some file names (previously they were too long for some platforms to cope with). [SVN r16850] --- test/Jamfile | 68 ++----------------- ...r_test.cpp => has_nothrow_constr_test.cpp} | 0 ...r_test.cpp => has_trivial_constr_test.cpp} | 0 ...inter_test.cpp => is_member_func_test.cpp} | 0 ..._test.cpp => tricky_partial_spec_test.cpp} | 0 5 files changed, 5 insertions(+), 63 deletions(-) rename test/{has_nothrow_constructor_test.cpp => has_nothrow_constr_test.cpp} (100%) rename test/{has_trivial_constructor_test.cpp => has_trivial_constr_test.cpp} (100%) rename test/{is_member_function_pointer_test.cpp => is_member_func_test.cpp} (100%) rename test/{tricky_partial_specialization_test.cpp => tricky_partial_spec_test.cpp} (100%) diff --git a/test/Jamfile b/test/Jamfile index 7295305..e038679 100644 --- a/test/Jamfile +++ b/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 -type_traits_init - : - : - : - : -type_traits_all ] ; # type traits suite + diff --git a/test/has_nothrow_constructor_test.cpp b/test/has_nothrow_constr_test.cpp similarity index 100% rename from test/has_nothrow_constructor_test.cpp rename to test/has_nothrow_constr_test.cpp diff --git a/test/has_trivial_constructor_test.cpp b/test/has_trivial_constr_test.cpp similarity index 100% rename from test/has_trivial_constructor_test.cpp rename to test/has_trivial_constr_test.cpp diff --git a/test/is_member_function_pointer_test.cpp b/test/is_member_func_test.cpp similarity index 100% rename from test/is_member_function_pointer_test.cpp rename to test/is_member_func_test.cpp diff --git a/test/tricky_partial_specialization_test.cpp b/test/tricky_partial_spec_test.cpp similarity index 100% rename from test/tricky_partial_specialization_test.cpp rename to test/tricky_partial_spec_test.cpp