From: David Wells Date: Fri, 21 Oct 2016 01:01:46 +0000 (-0400) Subject: Move vector tests from tests/bits to tests/vector. X-Git-Tag: v8.5.0-rc1~548^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3274%2Fhead;p=dealii.git Move vector tests from tests/bits to tests/vector. --- diff --git a/tests/vector/CMakeLists.txt b/tests/vector/CMakeLists.txt new file mode 100644 index 0000000000..f8ac3eb029 --- /dev/null +++ b/tests/vector/CMakeLists.txt @@ -0,0 +1,4 @@ +CMAKE_MINIMUM_REQUIRED(VERSION 2.8.9) +INCLUDE(../setup_testsubproject.cmake) +PROJECT(testsuite CXX) +DEAL_II_PICKUP_TESTS() diff --git a/tests/bits/complex_vector_11.cc b/tests/vector/complex_vector_11.cc similarity index 100% rename from tests/bits/complex_vector_11.cc rename to tests/vector/complex_vector_11.cc diff --git a/tests/bits/complex_vector_11.output b/tests/vector/complex_vector_11.output similarity index 100% rename from tests/bits/complex_vector_11.output rename to tests/vector/complex_vector_11.output diff --git a/tests/bits/complex_vector_12.cc b/tests/vector/complex_vector_12.cc similarity index 100% rename from tests/bits/complex_vector_12.cc rename to tests/vector/complex_vector_12.cc diff --git a/tests/bits/complex_vector_12.output b/tests/vector/complex_vector_12.output similarity index 100% rename from tests/bits/complex_vector_12.output rename to tests/vector/complex_vector_12.output diff --git a/tests/bits/complex_vector_13.cc b/tests/vector/complex_vector_13.cc similarity index 100% rename from tests/bits/complex_vector_13.cc rename to tests/vector/complex_vector_13.cc diff --git a/tests/bits/complex_vector_13.output b/tests/vector/complex_vector_13.output similarity index 100% rename from tests/bits/complex_vector_13.output rename to tests/vector/complex_vector_13.output diff --git a/tests/bits/complex_vector_14.cc b/tests/vector/complex_vector_14.cc similarity index 100% rename from tests/bits/complex_vector_14.cc rename to tests/vector/complex_vector_14.cc diff --git a/tests/bits/complex_vector_14.output b/tests/vector/complex_vector_14.output similarity index 100% rename from tests/bits/complex_vector_14.output rename to tests/vector/complex_vector_14.output diff --git a/tests/bits/complex_vector_15.cc b/tests/vector/complex_vector_15.cc similarity index 100% rename from tests/bits/complex_vector_15.cc rename to tests/vector/complex_vector_15.cc diff --git a/tests/bits/complex_vector_15.output b/tests/vector/complex_vector_15.output similarity index 100% rename from tests/bits/complex_vector_15.output rename to tests/vector/complex_vector_15.output diff --git a/tests/bits/complex_vector_16.cc b/tests/vector/complex_vector_16.cc similarity index 100% rename from tests/bits/complex_vector_16.cc rename to tests/vector/complex_vector_16.cc diff --git a/tests/bits/complex_vector_16.output b/tests/vector/complex_vector_16.output similarity index 100% rename from tests/bits/complex_vector_16.output rename to tests/vector/complex_vector_16.output diff --git a/tests/bits/complex_vector_17.cc b/tests/vector/complex_vector_17.cc similarity index 100% rename from tests/bits/complex_vector_17.cc rename to tests/vector/complex_vector_17.cc diff --git a/tests/bits/complex_vector_17.output b/tests/vector/complex_vector_17.output similarity index 100% rename from tests/bits/complex_vector_17.output rename to tests/vector/complex_vector_17.output diff --git a/tests/bits/complex_vector_18.cc b/tests/vector/complex_vector_18.cc similarity index 100% rename from tests/bits/complex_vector_18.cc rename to tests/vector/complex_vector_18.cc diff --git a/tests/bits/complex_vector_18.output b/tests/vector/complex_vector_18.output similarity index 100% rename from tests/bits/complex_vector_18.output rename to tests/vector/complex_vector_18.output diff --git a/tests/bits/complex_vector_19.cc b/tests/vector/complex_vector_19.cc similarity index 100% rename from tests/bits/complex_vector_19.cc rename to tests/vector/complex_vector_19.cc diff --git a/tests/bits/complex_vector_19.output b/tests/vector/complex_vector_19.output similarity index 100% rename from tests/bits/complex_vector_19.output rename to tests/vector/complex_vector_19.output diff --git a/tests/bits/complex_vector_20.cc b/tests/vector/complex_vector_20.cc similarity index 100% rename from tests/bits/complex_vector_20.cc rename to tests/vector/complex_vector_20.cc diff --git a/tests/bits/complex_vector_20.output b/tests/vector/complex_vector_20.output similarity index 100% rename from tests/bits/complex_vector_20.output rename to tests/vector/complex_vector_20.output diff --git a/tests/bits/complex_vector_21.cc b/tests/vector/complex_vector_21.cc similarity index 100% rename from tests/bits/complex_vector_21.cc rename to tests/vector/complex_vector_21.cc diff --git a/tests/bits/complex_vector_21.output b/tests/vector/complex_vector_21.output similarity index 100% rename from tests/bits/complex_vector_21.output rename to tests/vector/complex_vector_21.output diff --git a/tests/bits/complex_vector_21_negative.cc b/tests/vector/complex_vector_21_negative.cc similarity index 100% rename from tests/bits/complex_vector_21_negative.cc rename to tests/vector/complex_vector_21_negative.cc diff --git a/tests/bits/complex_vector_21_negative.output b/tests/vector/complex_vector_21_negative.output similarity index 100% rename from tests/bits/complex_vector_21_negative.output rename to tests/vector/complex_vector_21_negative.output diff --git a/tests/bits/complex_vector_22.cc b/tests/vector/complex_vector_22.cc similarity index 100% rename from tests/bits/complex_vector_22.cc rename to tests/vector/complex_vector_22.cc diff --git a/tests/bits/complex_vector_22.output b/tests/vector/complex_vector_22.output similarity index 100% rename from tests/bits/complex_vector_22.output rename to tests/vector/complex_vector_22.output diff --git a/tests/bits/complex_vector_23.cc b/tests/vector/complex_vector_23.cc similarity index 100% rename from tests/bits/complex_vector_23.cc rename to tests/vector/complex_vector_23.cc diff --git a/tests/bits/complex_vector_23.output b/tests/vector/complex_vector_23.output similarity index 100% rename from tests/bits/complex_vector_23.output rename to tests/vector/complex_vector_23.output diff --git a/tests/bits/complex_vector_24.cc b/tests/vector/complex_vector_24.cc similarity index 100% rename from tests/bits/complex_vector_24.cc rename to tests/vector/complex_vector_24.cc diff --git a/tests/bits/complex_vector_24.output b/tests/vector/complex_vector_24.output similarity index 100% rename from tests/bits/complex_vector_24.output rename to tests/vector/complex_vector_24.output diff --git a/tests/bits/complex_vector_25.cc b/tests/vector/complex_vector_25.cc similarity index 100% rename from tests/bits/complex_vector_25.cc rename to tests/vector/complex_vector_25.cc diff --git a/tests/bits/complex_vector_25.output b/tests/vector/complex_vector_25.output similarity index 100% rename from tests/bits/complex_vector_25.output rename to tests/vector/complex_vector_25.output diff --git a/tests/bits/complex_vector_26.cc b/tests/vector/complex_vector_26.cc similarity index 100% rename from tests/bits/complex_vector_26.cc rename to tests/vector/complex_vector_26.cc diff --git a/tests/bits/complex_vector_26.output b/tests/vector/complex_vector_26.output similarity index 100% rename from tests/bits/complex_vector_26.output rename to tests/vector/complex_vector_26.output diff --git a/tests/bits/complex_vector_27.cc b/tests/vector/complex_vector_27.cc similarity index 100% rename from tests/bits/complex_vector_27.cc rename to tests/vector/complex_vector_27.cc diff --git a/tests/bits/complex_vector_27.output b/tests/vector/complex_vector_27.output similarity index 100% rename from tests/bits/complex_vector_27.output rename to tests/vector/complex_vector_27.output diff --git a/tests/bits/complex_vector_28.cc b/tests/vector/complex_vector_28.cc similarity index 100% rename from tests/bits/complex_vector_28.cc rename to tests/vector/complex_vector_28.cc diff --git a/tests/bits/complex_vector_28.output b/tests/vector/complex_vector_28.output similarity index 100% rename from tests/bits/complex_vector_28.output rename to tests/vector/complex_vector_28.output diff --git a/tests/bits/complex_vector_29.cc b/tests/vector/complex_vector_29.cc similarity index 100% rename from tests/bits/complex_vector_29.cc rename to tests/vector/complex_vector_29.cc diff --git a/tests/bits/complex_vector_29.output b/tests/vector/complex_vector_29.output similarity index 100% rename from tests/bits/complex_vector_29.output rename to tests/vector/complex_vector_29.output diff --git a/tests/bits/complex_vector_30.cc b/tests/vector/complex_vector_30.cc similarity index 100% rename from tests/bits/complex_vector_30.cc rename to tests/vector/complex_vector_30.cc diff --git a/tests/bits/complex_vector_30.output b/tests/vector/complex_vector_30.output similarity index 100% rename from tests/bits/complex_vector_30.output rename to tests/vector/complex_vector_30.output diff --git a/tests/bits/complex_vector_31.cc b/tests/vector/complex_vector_31.cc similarity index 100% rename from tests/bits/complex_vector_31.cc rename to tests/vector/complex_vector_31.cc diff --git a/tests/bits/complex_vector_31.output b/tests/vector/complex_vector_31.output similarity index 100% rename from tests/bits/complex_vector_31.output rename to tests/vector/complex_vector_31.output diff --git a/tests/bits/complex_vector_32.cc b/tests/vector/complex_vector_32.cc similarity index 100% rename from tests/bits/complex_vector_32.cc rename to tests/vector/complex_vector_32.cc diff --git a/tests/bits/complex_vector_32.output b/tests/vector/complex_vector_32.output similarity index 100% rename from tests/bits/complex_vector_32.output rename to tests/vector/complex_vector_32.output diff --git a/tests/bits/complex_vector_33.cc b/tests/vector/complex_vector_33.cc similarity index 100% rename from tests/bits/complex_vector_33.cc rename to tests/vector/complex_vector_33.cc diff --git a/tests/bits/complex_vector_33.output b/tests/vector/complex_vector_33.output similarity index 100% rename from tests/bits/complex_vector_33.output rename to tests/vector/complex_vector_33.output diff --git a/tests/bits/complex_vector_34.cc b/tests/vector/complex_vector_34.cc similarity index 100% rename from tests/bits/complex_vector_34.cc rename to tests/vector/complex_vector_34.cc diff --git a/tests/bits/complex_vector_34.output b/tests/vector/complex_vector_34.output similarity index 100% rename from tests/bits/complex_vector_34.output rename to tests/vector/complex_vector_34.output diff --git a/tests/bits/complex_vector_35.cc b/tests/vector/complex_vector_35.cc similarity index 100% rename from tests/bits/complex_vector_35.cc rename to tests/vector/complex_vector_35.cc diff --git a/tests/bits/complex_vector_35.output b/tests/vector/complex_vector_35.output similarity index 100% rename from tests/bits/complex_vector_35.output rename to tests/vector/complex_vector_35.output diff --git a/tests/bits/complex_vector_36.cc b/tests/vector/complex_vector_36.cc similarity index 100% rename from tests/bits/complex_vector_36.cc rename to tests/vector/complex_vector_36.cc diff --git a/tests/bits/complex_vector_36.output b/tests/vector/complex_vector_36.output similarity index 100% rename from tests/bits/complex_vector_36.output rename to tests/vector/complex_vector_36.output diff --git a/tests/bits/complex_vector_37.cc b/tests/vector/complex_vector_37.cc similarity index 100% rename from tests/bits/complex_vector_37.cc rename to tests/vector/complex_vector_37.cc diff --git a/tests/bits/complex_vector_37.output b/tests/vector/complex_vector_37.output similarity index 100% rename from tests/bits/complex_vector_37.output rename to tests/vector/complex_vector_37.output diff --git a/tests/bits/complex_vector_38.cc b/tests/vector/complex_vector_38.cc similarity index 100% rename from tests/bits/complex_vector_38.cc rename to tests/vector/complex_vector_38.cc diff --git a/tests/bits/complex_vector_38.output b/tests/vector/complex_vector_38.output similarity index 100% rename from tests/bits/complex_vector_38.output rename to tests/vector/complex_vector_38.output diff --git a/tests/bits/complex_vector_39.cc b/tests/vector/complex_vector_39.cc similarity index 100% rename from tests/bits/complex_vector_39.cc rename to tests/vector/complex_vector_39.cc diff --git a/tests/bits/complex_vector_39.output b/tests/vector/complex_vector_39.output similarity index 100% rename from tests/bits/complex_vector_39.output rename to tests/vector/complex_vector_39.output diff --git a/tests/bits/complex_vector_40.cc b/tests/vector/complex_vector_40.cc similarity index 100% rename from tests/bits/complex_vector_40.cc rename to tests/vector/complex_vector_40.cc diff --git a/tests/bits/complex_vector_40.output b/tests/vector/complex_vector_40.output similarity index 100% rename from tests/bits/complex_vector_40.output rename to tests/vector/complex_vector_40.output diff --git a/tests/bits/complex_vector_41.cc b/tests/vector/complex_vector_41.cc similarity index 100% rename from tests/bits/complex_vector_41.cc rename to tests/vector/complex_vector_41.cc diff --git a/tests/bits/complex_vector_41.output b/tests/vector/complex_vector_41.output similarity index 100% rename from tests/bits/complex_vector_41.output rename to tests/vector/complex_vector_41.output diff --git a/tests/bits/complex_vector_42.cc b/tests/vector/complex_vector_42.cc similarity index 100% rename from tests/bits/complex_vector_42.cc rename to tests/vector/complex_vector_42.cc diff --git a/tests/bits/complex_vector_42.output b/tests/vector/complex_vector_42.output similarity index 100% rename from tests/bits/complex_vector_42.output rename to tests/vector/complex_vector_42.output diff --git a/tests/bits/complex_vector_43.cc b/tests/vector/complex_vector_43.cc similarity index 100% rename from tests/bits/complex_vector_43.cc rename to tests/vector/complex_vector_43.cc diff --git a/tests/bits/complex_vector_43.output b/tests/vector/complex_vector_43.output similarity index 100% rename from tests/bits/complex_vector_43.output rename to tests/vector/complex_vector_43.output diff --git a/tests/bits/complex_vector_44.cc b/tests/vector/complex_vector_44.cc similarity index 100% rename from tests/bits/complex_vector_44.cc rename to tests/vector/complex_vector_44.cc diff --git a/tests/bits/complex_vector_44.output b/tests/vector/complex_vector_44.output similarity index 100% rename from tests/bits/complex_vector_44.output rename to tests/vector/complex_vector_44.output diff --git a/tests/bits/complex_vector_45.cc b/tests/vector/complex_vector_45.cc similarity index 100% rename from tests/bits/complex_vector_45.cc rename to tests/vector/complex_vector_45.cc diff --git a/tests/bits/complex_vector_45.output b/tests/vector/complex_vector_45.output similarity index 100% rename from tests/bits/complex_vector_45.output rename to tests/vector/complex_vector_45.output diff --git a/tests/bits/complex_vector_46.cc b/tests/vector/complex_vector_46.cc similarity index 100% rename from tests/bits/complex_vector_46.cc rename to tests/vector/complex_vector_46.cc diff --git a/tests/bits/complex_vector_46.output b/tests/vector/complex_vector_46.output similarity index 100% rename from tests/bits/complex_vector_46.output rename to tests/vector/complex_vector_46.output diff --git a/tests/bits/complex_vector_47.cc b/tests/vector/complex_vector_47.cc similarity index 100% rename from tests/bits/complex_vector_47.cc rename to tests/vector/complex_vector_47.cc diff --git a/tests/bits/complex_vector_47.output b/tests/vector/complex_vector_47.output similarity index 100% rename from tests/bits/complex_vector_47.output rename to tests/vector/complex_vector_47.output diff --git a/tests/bits/complex_vector_48.cc b/tests/vector/complex_vector_48.cc similarity index 100% rename from tests/bits/complex_vector_48.cc rename to tests/vector/complex_vector_48.cc diff --git a/tests/bits/complex_vector_48.output b/tests/vector/complex_vector_48.output similarity index 100% rename from tests/bits/complex_vector_48.output rename to tests/vector/complex_vector_48.output diff --git a/tests/bits/complex_vector_49.cc b/tests/vector/complex_vector_49.cc similarity index 100% rename from tests/bits/complex_vector_49.cc rename to tests/vector/complex_vector_49.cc diff --git a/tests/bits/complex_vector_49.output b/tests/vector/complex_vector_49.output similarity index 100% rename from tests/bits/complex_vector_49.output rename to tests/vector/complex_vector_49.output diff --git a/tests/bits/complex_vector_equality_1.cc b/tests/vector/complex_vector_equality_1.cc similarity index 100% rename from tests/bits/complex_vector_equality_1.cc rename to tests/vector/complex_vector_equality_1.cc diff --git a/tests/bits/complex_vector_equality_1.output b/tests/vector/complex_vector_equality_1.output similarity index 100% rename from tests/bits/complex_vector_equality_1.output rename to tests/vector/complex_vector_equality_1.output diff --git a/tests/bits/complex_vector_equality_2.cc b/tests/vector/complex_vector_equality_2.cc similarity index 100% rename from tests/bits/complex_vector_equality_2.cc rename to tests/vector/complex_vector_equality_2.cc diff --git a/tests/bits/complex_vector_equality_2.output b/tests/vector/complex_vector_equality_2.output similarity index 100% rename from tests/bits/complex_vector_equality_2.output rename to tests/vector/complex_vector_equality_2.output diff --git a/tests/bits/complex_vector_equality_3.cc b/tests/vector/complex_vector_equality_3.cc similarity index 100% rename from tests/bits/complex_vector_equality_3.cc rename to tests/vector/complex_vector_equality_3.cc diff --git a/tests/bits/complex_vector_equality_3.output b/tests/vector/complex_vector_equality_3.output similarity index 100% rename from tests/bits/complex_vector_equality_3.output rename to tests/vector/complex_vector_equality_3.output diff --git a/tests/bits/complex_vector_equality_4.cc b/tests/vector/complex_vector_equality_4.cc similarity index 100% rename from tests/bits/complex_vector_equality_4.cc rename to tests/vector/complex_vector_equality_4.cc diff --git a/tests/bits/complex_vector_equality_4.output b/tests/vector/complex_vector_equality_4.output similarity index 100% rename from tests/bits/complex_vector_equality_4.output rename to tests/vector/complex_vector_equality_4.output diff --git a/tests/bits/complex_vector_equality_5.cc b/tests/vector/complex_vector_equality_5.cc similarity index 100% rename from tests/bits/complex_vector_equality_5.cc rename to tests/vector/complex_vector_equality_5.cc diff --git a/tests/bits/complex_vector_equality_5.output b/tests/vector/complex_vector_equality_5.output similarity index 100% rename from tests/bits/complex_vector_equality_5.output rename to tests/vector/complex_vector_equality_5.output diff --git a/tests/bits/complex_vector_equality_6.cc b/tests/vector/complex_vector_equality_6.cc similarity index 100% rename from tests/bits/complex_vector_equality_6.cc rename to tests/vector/complex_vector_equality_6.cc diff --git a/tests/bits/complex_vector_equality_6.output b/tests/vector/complex_vector_equality_6.output similarity index 100% rename from tests/bits/complex_vector_equality_6.output rename to tests/vector/complex_vector_equality_6.output diff --git a/tests/bits/complex_vector_equality_7.cc b/tests/vector/complex_vector_equality_7.cc similarity index 100% rename from tests/bits/complex_vector_equality_7.cc rename to tests/vector/complex_vector_equality_7.cc diff --git a/tests/bits/complex_vector_equality_7.output b/tests/vector/complex_vector_equality_7.output similarity index 100% rename from tests/bits/complex_vector_equality_7.output rename to tests/vector/complex_vector_equality_7.output diff --git a/tests/bits/complex_vector_equality_8.cc b/tests/vector/complex_vector_equality_8.cc similarity index 100% rename from tests/bits/complex_vector_equality_8.cc rename to tests/vector/complex_vector_equality_8.cc diff --git a/tests/bits/complex_vector_equality_8.output b/tests/vector/complex_vector_equality_8.output similarity index 100% rename from tests/bits/complex_vector_equality_8.output rename to tests/vector/complex_vector_equality_8.output diff --git a/tests/bits/complex_vector_vector_01.cc b/tests/vector/complex_vector_vector_01.cc similarity index 100% rename from tests/bits/complex_vector_vector_01.cc rename to tests/vector/complex_vector_vector_01.cc diff --git a/tests/bits/complex_vector_vector_01.output b/tests/vector/complex_vector_vector_01.output similarity index 100% rename from tests/bits/complex_vector_vector_01.output rename to tests/vector/complex_vector_vector_01.output diff --git a/tests/bits/vector_11.cc b/tests/vector/vector_11.cc similarity index 100% rename from tests/bits/vector_11.cc rename to tests/vector/vector_11.cc diff --git a/tests/bits/vector_11.output b/tests/vector/vector_11.output similarity index 100% rename from tests/bits/vector_11.output rename to tests/vector/vector_11.output diff --git a/tests/bits/vector_12.cc b/tests/vector/vector_12.cc similarity index 100% rename from tests/bits/vector_12.cc rename to tests/vector/vector_12.cc diff --git a/tests/bits/vector_12.output b/tests/vector/vector_12.output similarity index 100% rename from tests/bits/vector_12.output rename to tests/vector/vector_12.output diff --git a/tests/bits/vector_13.cc b/tests/vector/vector_13.cc similarity index 100% rename from tests/bits/vector_13.cc rename to tests/vector/vector_13.cc diff --git a/tests/bits/vector_13.output b/tests/vector/vector_13.output similarity index 100% rename from tests/bits/vector_13.output rename to tests/vector/vector_13.output diff --git a/tests/bits/vector_14.cc b/tests/vector/vector_14.cc similarity index 100% rename from tests/bits/vector_14.cc rename to tests/vector/vector_14.cc diff --git a/tests/bits/vector_14.output b/tests/vector/vector_14.output similarity index 100% rename from tests/bits/vector_14.output rename to tests/vector/vector_14.output diff --git a/tests/bits/vector_15.cc b/tests/vector/vector_15.cc similarity index 100% rename from tests/bits/vector_15.cc rename to tests/vector/vector_15.cc diff --git a/tests/bits/vector_15.output b/tests/vector/vector_15.output similarity index 100% rename from tests/bits/vector_15.output rename to tests/vector/vector_15.output diff --git a/tests/bits/vector_16.cc b/tests/vector/vector_16.cc similarity index 100% rename from tests/bits/vector_16.cc rename to tests/vector/vector_16.cc diff --git a/tests/bits/vector_16.output b/tests/vector/vector_16.output similarity index 100% rename from tests/bits/vector_16.output rename to tests/vector/vector_16.output diff --git a/tests/bits/vector_17.cc b/tests/vector/vector_17.cc similarity index 100% rename from tests/bits/vector_17.cc rename to tests/vector/vector_17.cc diff --git a/tests/bits/vector_17.output b/tests/vector/vector_17.output similarity index 100% rename from tests/bits/vector_17.output rename to tests/vector/vector_17.output diff --git a/tests/bits/vector_18.cc b/tests/vector/vector_18.cc similarity index 100% rename from tests/bits/vector_18.cc rename to tests/vector/vector_18.cc diff --git a/tests/bits/vector_18.output b/tests/vector/vector_18.output similarity index 100% rename from tests/bits/vector_18.output rename to tests/vector/vector_18.output diff --git a/tests/bits/vector_19.cc b/tests/vector/vector_19.cc similarity index 100% rename from tests/bits/vector_19.cc rename to tests/vector/vector_19.cc diff --git a/tests/bits/vector_19.output b/tests/vector/vector_19.output similarity index 100% rename from tests/bits/vector_19.output rename to tests/vector/vector_19.output diff --git a/tests/bits/vector_20.cc b/tests/vector/vector_20.cc similarity index 100% rename from tests/bits/vector_20.cc rename to tests/vector/vector_20.cc diff --git a/tests/bits/vector_20.output b/tests/vector/vector_20.output similarity index 100% rename from tests/bits/vector_20.output rename to tests/vector/vector_20.output diff --git a/tests/bits/vector_21.cc b/tests/vector/vector_21.cc similarity index 100% rename from tests/bits/vector_21.cc rename to tests/vector/vector_21.cc diff --git a/tests/bits/vector_21.output b/tests/vector/vector_21.output similarity index 100% rename from tests/bits/vector_21.output rename to tests/vector/vector_21.output diff --git a/tests/bits/vector_21_negative.cc b/tests/vector/vector_21_negative.cc similarity index 100% rename from tests/bits/vector_21_negative.cc rename to tests/vector/vector_21_negative.cc diff --git a/tests/bits/vector_21_negative.output b/tests/vector/vector_21_negative.output similarity index 100% rename from tests/bits/vector_21_negative.output rename to tests/vector/vector_21_negative.output diff --git a/tests/bits/vector_22.cc b/tests/vector/vector_22.cc similarity index 100% rename from tests/bits/vector_22.cc rename to tests/vector/vector_22.cc diff --git a/tests/bits/vector_22.output b/tests/vector/vector_22.output similarity index 100% rename from tests/bits/vector_22.output rename to tests/vector/vector_22.output diff --git a/tests/bits/vector_23.cc b/tests/vector/vector_23.cc similarity index 100% rename from tests/bits/vector_23.cc rename to tests/vector/vector_23.cc diff --git a/tests/bits/vector_23.output b/tests/vector/vector_23.output similarity index 100% rename from tests/bits/vector_23.output rename to tests/vector/vector_23.output diff --git a/tests/bits/vector_24.cc b/tests/vector/vector_24.cc similarity index 100% rename from tests/bits/vector_24.cc rename to tests/vector/vector_24.cc diff --git a/tests/bits/vector_24.output b/tests/vector/vector_24.output similarity index 100% rename from tests/bits/vector_24.output rename to tests/vector/vector_24.output diff --git a/tests/bits/vector_26.cc b/tests/vector/vector_26.cc similarity index 100% rename from tests/bits/vector_26.cc rename to tests/vector/vector_26.cc diff --git a/tests/bits/vector_26.output b/tests/vector/vector_26.output similarity index 100% rename from tests/bits/vector_26.output rename to tests/vector/vector_26.output diff --git a/tests/bits/vector_27.cc b/tests/vector/vector_27.cc similarity index 100% rename from tests/bits/vector_27.cc rename to tests/vector/vector_27.cc diff --git a/tests/bits/vector_27.output b/tests/vector/vector_27.output similarity index 100% rename from tests/bits/vector_27.output rename to tests/vector/vector_27.output diff --git a/tests/bits/vector_28.cc b/tests/vector/vector_28.cc similarity index 100% rename from tests/bits/vector_28.cc rename to tests/vector/vector_28.cc diff --git a/tests/bits/vector_28.output b/tests/vector/vector_28.output similarity index 100% rename from tests/bits/vector_28.output rename to tests/vector/vector_28.output diff --git a/tests/bits/vector_29.cc b/tests/vector/vector_29.cc similarity index 100% rename from tests/bits/vector_29.cc rename to tests/vector/vector_29.cc diff --git a/tests/bits/vector_29.output b/tests/vector/vector_29.output similarity index 100% rename from tests/bits/vector_29.output rename to tests/vector/vector_29.output diff --git a/tests/bits/vector_30.cc b/tests/vector/vector_30.cc similarity index 100% rename from tests/bits/vector_30.cc rename to tests/vector/vector_30.cc diff --git a/tests/bits/vector_30.output b/tests/vector/vector_30.output similarity index 100% rename from tests/bits/vector_30.output rename to tests/vector/vector_30.output diff --git a/tests/bits/vector_31.cc b/tests/vector/vector_31.cc similarity index 100% rename from tests/bits/vector_31.cc rename to tests/vector/vector_31.cc diff --git a/tests/bits/vector_31.output b/tests/vector/vector_31.output similarity index 100% rename from tests/bits/vector_31.output rename to tests/vector/vector_31.output diff --git a/tests/bits/vector_32.cc b/tests/vector/vector_32.cc similarity index 100% rename from tests/bits/vector_32.cc rename to tests/vector/vector_32.cc diff --git a/tests/bits/vector_32.output b/tests/vector/vector_32.output similarity index 100% rename from tests/bits/vector_32.output rename to tests/vector/vector_32.output diff --git a/tests/bits/vector_33.cc b/tests/vector/vector_33.cc similarity index 100% rename from tests/bits/vector_33.cc rename to tests/vector/vector_33.cc diff --git a/tests/bits/vector_33.output b/tests/vector/vector_33.output similarity index 100% rename from tests/bits/vector_33.output rename to tests/vector/vector_33.output diff --git a/tests/bits/vector_34.cc b/tests/vector/vector_34.cc similarity index 100% rename from tests/bits/vector_34.cc rename to tests/vector/vector_34.cc diff --git a/tests/bits/vector_34.output b/tests/vector/vector_34.output similarity index 100% rename from tests/bits/vector_34.output rename to tests/vector/vector_34.output diff --git a/tests/bits/vector_35.cc b/tests/vector/vector_35.cc similarity index 100% rename from tests/bits/vector_35.cc rename to tests/vector/vector_35.cc diff --git a/tests/bits/vector_35.output b/tests/vector/vector_35.output similarity index 100% rename from tests/bits/vector_35.output rename to tests/vector/vector_35.output diff --git a/tests/bits/vector_36.cc b/tests/vector/vector_36.cc similarity index 100% rename from tests/bits/vector_36.cc rename to tests/vector/vector_36.cc diff --git a/tests/bits/vector_36.output b/tests/vector/vector_36.output similarity index 100% rename from tests/bits/vector_36.output rename to tests/vector/vector_36.output diff --git a/tests/bits/vector_37.cc b/tests/vector/vector_37.cc similarity index 100% rename from tests/bits/vector_37.cc rename to tests/vector/vector_37.cc diff --git a/tests/bits/vector_37.output b/tests/vector/vector_37.output similarity index 100% rename from tests/bits/vector_37.output rename to tests/vector/vector_37.output diff --git a/tests/bits/vector_38.cc b/tests/vector/vector_38.cc similarity index 100% rename from tests/bits/vector_38.cc rename to tests/vector/vector_38.cc diff --git a/tests/bits/vector_38.output b/tests/vector/vector_38.output similarity index 100% rename from tests/bits/vector_38.output rename to tests/vector/vector_38.output diff --git a/tests/bits/vector_39.cc b/tests/vector/vector_39.cc similarity index 100% rename from tests/bits/vector_39.cc rename to tests/vector/vector_39.cc diff --git a/tests/bits/vector_39.output b/tests/vector/vector_39.output similarity index 100% rename from tests/bits/vector_39.output rename to tests/vector/vector_39.output diff --git a/tests/bits/vector_40.cc b/tests/vector/vector_40.cc similarity index 100% rename from tests/bits/vector_40.cc rename to tests/vector/vector_40.cc diff --git a/tests/bits/vector_40.output b/tests/vector/vector_40.output similarity index 100% rename from tests/bits/vector_40.output rename to tests/vector/vector_40.output diff --git a/tests/bits/vector_41.cc b/tests/vector/vector_41.cc similarity index 100% rename from tests/bits/vector_41.cc rename to tests/vector/vector_41.cc diff --git a/tests/bits/vector_41.output b/tests/vector/vector_41.output similarity index 100% rename from tests/bits/vector_41.output rename to tests/vector/vector_41.output diff --git a/tests/bits/vector_42.cc b/tests/vector/vector_42.cc similarity index 100% rename from tests/bits/vector_42.cc rename to tests/vector/vector_42.cc diff --git a/tests/bits/vector_42.output b/tests/vector/vector_42.output similarity index 100% rename from tests/bits/vector_42.output rename to tests/vector/vector_42.output diff --git a/tests/bits/vector_43.cc b/tests/vector/vector_43.cc similarity index 100% rename from tests/bits/vector_43.cc rename to tests/vector/vector_43.cc diff --git a/tests/bits/vector_43.output b/tests/vector/vector_43.output similarity index 100% rename from tests/bits/vector_43.output rename to tests/vector/vector_43.output diff --git a/tests/bits/vector_44.cc b/tests/vector/vector_44.cc similarity index 100% rename from tests/bits/vector_44.cc rename to tests/vector/vector_44.cc diff --git a/tests/bits/vector_44.output b/tests/vector/vector_44.output similarity index 100% rename from tests/bits/vector_44.output rename to tests/vector/vector_44.output diff --git a/tests/bits/vector_45.cc b/tests/vector/vector_45.cc similarity index 100% rename from tests/bits/vector_45.cc rename to tests/vector/vector_45.cc diff --git a/tests/bits/vector_45.output b/tests/vector/vector_45.output similarity index 100% rename from tests/bits/vector_45.output rename to tests/vector/vector_45.output diff --git a/tests/bits/vector_46.cc b/tests/vector/vector_46.cc similarity index 100% rename from tests/bits/vector_46.cc rename to tests/vector/vector_46.cc diff --git a/tests/bits/vector_46.output b/tests/vector/vector_46.output similarity index 100% rename from tests/bits/vector_46.output rename to tests/vector/vector_46.output diff --git a/tests/bits/vector_47.cc b/tests/vector/vector_47.cc similarity index 100% rename from tests/bits/vector_47.cc rename to tests/vector/vector_47.cc diff --git a/tests/bits/vector_47.output b/tests/vector/vector_47.output similarity index 100% rename from tests/bits/vector_47.output rename to tests/vector/vector_47.output diff --git a/tests/bits/vector_48.cc b/tests/vector/vector_48.cc similarity index 100% rename from tests/bits/vector_48.cc rename to tests/vector/vector_48.cc diff --git a/tests/bits/vector_48.output b/tests/vector/vector_48.output similarity index 100% rename from tests/bits/vector_48.output rename to tests/vector/vector_48.output diff --git a/tests/bits/vector_49.cc b/tests/vector/vector_49.cc similarity index 100% rename from tests/bits/vector_49.cc rename to tests/vector/vector_49.cc diff --git a/tests/bits/vector_49.output b/tests/vector/vector_49.output similarity index 100% rename from tests/bits/vector_49.output rename to tests/vector/vector_49.output diff --git a/tests/bits/vector_57.cc b/tests/vector/vector_57.cc similarity index 100% rename from tests/bits/vector_57.cc rename to tests/vector/vector_57.cc diff --git a/tests/bits/vector_57.output b/tests/vector/vector_57.output similarity index 100% rename from tests/bits/vector_57.output rename to tests/vector/vector_57.output diff --git a/tests/bits/vector_equality_1.cc b/tests/vector/vector_equality_1.cc similarity index 100% rename from tests/bits/vector_equality_1.cc rename to tests/vector/vector_equality_1.cc diff --git a/tests/bits/vector_equality_1.output b/tests/vector/vector_equality_1.output similarity index 100% rename from tests/bits/vector_equality_1.output rename to tests/vector/vector_equality_1.output diff --git a/tests/bits/vector_equality_2.cc b/tests/vector/vector_equality_2.cc similarity index 100% rename from tests/bits/vector_equality_2.cc rename to tests/vector/vector_equality_2.cc diff --git a/tests/bits/vector_equality_2.output b/tests/vector/vector_equality_2.output similarity index 100% rename from tests/bits/vector_equality_2.output rename to tests/vector/vector_equality_2.output diff --git a/tests/bits/vector_equality_3.cc b/tests/vector/vector_equality_3.cc similarity index 100% rename from tests/bits/vector_equality_3.cc rename to tests/vector/vector_equality_3.cc diff --git a/tests/bits/vector_equality_3.output b/tests/vector/vector_equality_3.output similarity index 100% rename from tests/bits/vector_equality_3.output rename to tests/vector/vector_equality_3.output diff --git a/tests/bits/vector_equality_4.cc b/tests/vector/vector_equality_4.cc similarity index 100% rename from tests/bits/vector_equality_4.cc rename to tests/vector/vector_equality_4.cc diff --git a/tests/bits/vector_equality_4.output b/tests/vector/vector_equality_4.output similarity index 100% rename from tests/bits/vector_equality_4.output rename to tests/vector/vector_equality_4.output diff --git a/tests/bits/vector_equality_5.cc b/tests/vector/vector_equality_5.cc similarity index 100% rename from tests/bits/vector_equality_5.cc rename to tests/vector/vector_equality_5.cc diff --git a/tests/bits/vector_equality_5.output b/tests/vector/vector_equality_5.output similarity index 100% rename from tests/bits/vector_equality_5.output rename to tests/vector/vector_equality_5.output diff --git a/tests/bits/vector_equality_6.cc b/tests/vector/vector_equality_6.cc similarity index 100% rename from tests/bits/vector_equality_6.cc rename to tests/vector/vector_equality_6.cc diff --git a/tests/bits/vector_equality_6.output b/tests/vector/vector_equality_6.output similarity index 100% rename from tests/bits/vector_equality_6.output rename to tests/vector/vector_equality_6.output diff --git a/tests/bits/vector_equality_7.cc b/tests/vector/vector_equality_7.cc similarity index 100% rename from tests/bits/vector_equality_7.cc rename to tests/vector/vector_equality_7.cc diff --git a/tests/bits/vector_equality_7.output b/tests/vector/vector_equality_7.output similarity index 100% rename from tests/bits/vector_equality_7.output rename to tests/vector/vector_equality_7.output diff --git a/tests/bits/vector_equality_8.cc b/tests/vector/vector_equality_8.cc similarity index 100% rename from tests/bits/vector_equality_8.cc rename to tests/vector/vector_equality_8.cc diff --git a/tests/bits/vector_equality_8.output b/tests/vector/vector_equality_8.output similarity index 100% rename from tests/bits/vector_equality_8.output rename to tests/vector/vector_equality_8.output diff --git a/tests/bits/vector_vector_01.cc b/tests/vector/vector_vector_01.cc similarity index 100% rename from tests/bits/vector_vector_01.cc rename to tests/vector/vector_vector_01.cc diff --git a/tests/bits/vector_vector_01.output b/tests/vector/vector_vector_01.output similarity index 100% rename from tests/bits/vector_vector_01.output rename to tests/vector/vector_vector_01.output