From 15466fbd5f316867023f10f2f5a901934f1d3c3c Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sun, 1 Jun 2014 22:57:30 +0400 Subject: [PATCH] boost::swap tests moved to the common directory. --- {swap/test => test/swap}/Jamfile.v2 | 0 {swap/test => test/swap}/array_of_array_of_class.cpp | 0 {swap/test => test/swap}/array_of_array_of_int.cpp | 0 {swap/test => test/swap}/array_of_class.cpp | 0 {swap/test => test/swap}/array_of_int.cpp | 0 {swap/test => test/swap}/array_of_template.cpp | 0 {swap/test => test/swap}/lib_header_1.cpp | 0 {swap/test => test/swap}/lib_header_2.cpp | 0 {swap/test => test/swap}/mixed_headers_1.cpp | 0 {swap/test => test/swap}/mixed_headers_2.cpp | 0 {swap/test => test/swap}/no_ambiguity_in_boost.cpp | 0 {swap/test => test/swap}/primitive.cpp | 0 {swap/test => test/swap}/root_header_1.cpp | 0 {swap/test => test/swap}/root_header_2.cpp | 0 {swap/test => test/swap}/specialized_in_boost.cpp | 0 {swap/test => test/swap}/specialized_in_boost_and_other.cpp | 0 {swap/test => test/swap}/specialized_in_global.cpp | 0 {swap/test => test/swap}/specialized_in_other.cpp | 0 {swap/test => test/swap}/specialized_in_std.cpp | 0 {swap/test => test/swap}/std_bitset.cpp | 0 {swap/test => test/swap}/std_dateorder.cpp | 0 {swap/test => test/swap}/std_string.cpp | 0 {swap/test => test/swap}/std_typeinfo_ptr.cpp | 0 {swap/test => test/swap}/std_vector_of_boost.cpp | 0 {swap/test => test/swap}/std_vector_of_global.cpp | 0 {swap/test => test/swap}/std_vector_of_other.cpp | 0 {swap/test => test/swap}/swap_test_class.hpp | 0 27 files changed, 0 insertions(+), 0 deletions(-) rename {swap/test => test/swap}/Jamfile.v2 (100%) rename {swap/test => test/swap}/array_of_array_of_class.cpp (100%) rename {swap/test => test/swap}/array_of_array_of_int.cpp (100%) rename {swap/test => test/swap}/array_of_class.cpp (100%) rename {swap/test => test/swap}/array_of_int.cpp (100%) rename {swap/test => test/swap}/array_of_template.cpp (100%) rename {swap/test => test/swap}/lib_header_1.cpp (100%) rename {swap/test => test/swap}/lib_header_2.cpp (100%) rename {swap/test => test/swap}/mixed_headers_1.cpp (100%) rename {swap/test => test/swap}/mixed_headers_2.cpp (100%) rename {swap/test => test/swap}/no_ambiguity_in_boost.cpp (100%) rename {swap/test => test/swap}/primitive.cpp (100%) rename {swap/test => test/swap}/root_header_1.cpp (100%) rename {swap/test => test/swap}/root_header_2.cpp (100%) rename {swap/test => test/swap}/specialized_in_boost.cpp (100%) rename {swap/test => test/swap}/specialized_in_boost_and_other.cpp (100%) rename {swap/test => test/swap}/specialized_in_global.cpp (100%) rename {swap/test => test/swap}/specialized_in_other.cpp (100%) rename {swap/test => test/swap}/specialized_in_std.cpp (100%) rename {swap/test => test/swap}/std_bitset.cpp (100%) rename {swap/test => test/swap}/std_dateorder.cpp (100%) rename {swap/test => test/swap}/std_string.cpp (100%) rename {swap/test => test/swap}/std_typeinfo_ptr.cpp (100%) rename {swap/test => test/swap}/std_vector_of_boost.cpp (100%) rename {swap/test => test/swap}/std_vector_of_global.cpp (100%) rename {swap/test => test/swap}/std_vector_of_other.cpp (100%) rename {swap/test => test/swap}/swap_test_class.hpp (100%) diff --git a/swap/test/Jamfile.v2 b/test/swap/Jamfile.v2 similarity index 100% rename from swap/test/Jamfile.v2 rename to test/swap/Jamfile.v2 diff --git a/swap/test/array_of_array_of_class.cpp b/test/swap/array_of_array_of_class.cpp similarity index 100% rename from swap/test/array_of_array_of_class.cpp rename to test/swap/array_of_array_of_class.cpp diff --git a/swap/test/array_of_array_of_int.cpp b/test/swap/array_of_array_of_int.cpp similarity index 100% rename from swap/test/array_of_array_of_int.cpp rename to test/swap/array_of_array_of_int.cpp diff --git a/swap/test/array_of_class.cpp b/test/swap/array_of_class.cpp similarity index 100% rename from swap/test/array_of_class.cpp rename to test/swap/array_of_class.cpp diff --git a/swap/test/array_of_int.cpp b/test/swap/array_of_int.cpp similarity index 100% rename from swap/test/array_of_int.cpp rename to test/swap/array_of_int.cpp diff --git a/swap/test/array_of_template.cpp b/test/swap/array_of_template.cpp similarity index 100% rename from swap/test/array_of_template.cpp rename to test/swap/array_of_template.cpp diff --git a/swap/test/lib_header_1.cpp b/test/swap/lib_header_1.cpp similarity index 100% rename from swap/test/lib_header_1.cpp rename to test/swap/lib_header_1.cpp diff --git a/swap/test/lib_header_2.cpp b/test/swap/lib_header_2.cpp similarity index 100% rename from swap/test/lib_header_2.cpp rename to test/swap/lib_header_2.cpp diff --git a/swap/test/mixed_headers_1.cpp b/test/swap/mixed_headers_1.cpp similarity index 100% rename from swap/test/mixed_headers_1.cpp rename to test/swap/mixed_headers_1.cpp diff --git a/swap/test/mixed_headers_2.cpp b/test/swap/mixed_headers_2.cpp similarity index 100% rename from swap/test/mixed_headers_2.cpp rename to test/swap/mixed_headers_2.cpp diff --git a/swap/test/no_ambiguity_in_boost.cpp b/test/swap/no_ambiguity_in_boost.cpp similarity index 100% rename from swap/test/no_ambiguity_in_boost.cpp rename to test/swap/no_ambiguity_in_boost.cpp diff --git a/swap/test/primitive.cpp b/test/swap/primitive.cpp similarity index 100% rename from swap/test/primitive.cpp rename to test/swap/primitive.cpp diff --git a/swap/test/root_header_1.cpp b/test/swap/root_header_1.cpp similarity index 100% rename from swap/test/root_header_1.cpp rename to test/swap/root_header_1.cpp diff --git a/swap/test/root_header_2.cpp b/test/swap/root_header_2.cpp similarity index 100% rename from swap/test/root_header_2.cpp rename to test/swap/root_header_2.cpp diff --git a/swap/test/specialized_in_boost.cpp b/test/swap/specialized_in_boost.cpp similarity index 100% rename from swap/test/specialized_in_boost.cpp rename to test/swap/specialized_in_boost.cpp diff --git a/swap/test/specialized_in_boost_and_other.cpp b/test/swap/specialized_in_boost_and_other.cpp similarity index 100% rename from swap/test/specialized_in_boost_and_other.cpp rename to test/swap/specialized_in_boost_and_other.cpp diff --git a/swap/test/specialized_in_global.cpp b/test/swap/specialized_in_global.cpp similarity index 100% rename from swap/test/specialized_in_global.cpp rename to test/swap/specialized_in_global.cpp diff --git a/swap/test/specialized_in_other.cpp b/test/swap/specialized_in_other.cpp similarity index 100% rename from swap/test/specialized_in_other.cpp rename to test/swap/specialized_in_other.cpp diff --git a/swap/test/specialized_in_std.cpp b/test/swap/specialized_in_std.cpp similarity index 100% rename from swap/test/specialized_in_std.cpp rename to test/swap/specialized_in_std.cpp diff --git a/swap/test/std_bitset.cpp b/test/swap/std_bitset.cpp similarity index 100% rename from swap/test/std_bitset.cpp rename to test/swap/std_bitset.cpp diff --git a/swap/test/std_dateorder.cpp b/test/swap/std_dateorder.cpp similarity index 100% rename from swap/test/std_dateorder.cpp rename to test/swap/std_dateorder.cpp diff --git a/swap/test/std_string.cpp b/test/swap/std_string.cpp similarity index 100% rename from swap/test/std_string.cpp rename to test/swap/std_string.cpp diff --git a/swap/test/std_typeinfo_ptr.cpp b/test/swap/std_typeinfo_ptr.cpp similarity index 100% rename from swap/test/std_typeinfo_ptr.cpp rename to test/swap/std_typeinfo_ptr.cpp diff --git a/swap/test/std_vector_of_boost.cpp b/test/swap/std_vector_of_boost.cpp similarity index 100% rename from swap/test/std_vector_of_boost.cpp rename to test/swap/std_vector_of_boost.cpp diff --git a/swap/test/std_vector_of_global.cpp b/test/swap/std_vector_of_global.cpp similarity index 100% rename from swap/test/std_vector_of_global.cpp rename to test/swap/std_vector_of_global.cpp diff --git a/swap/test/std_vector_of_other.cpp b/test/swap/std_vector_of_other.cpp similarity index 100% rename from swap/test/std_vector_of_other.cpp rename to test/swap/std_vector_of_other.cpp diff --git a/swap/test/swap_test_class.hpp b/test/swap/swap_test_class.hpp similarity index 100% rename from swap/test/swap_test_class.hpp rename to test/swap/swap_test_class.hpp