diff --git a/unitTest/UnitTest.h b/old-unit-tests/UnitTest.h similarity index 100% rename from unitTest/UnitTest.h rename to old-unit-tests/UnitTest.h diff --git a/unitTest/UnitTestManager.cpp b/old-unit-tests/UnitTestManager.cpp similarity index 100% rename from unitTest/UnitTestManager.cpp rename to old-unit-tests/UnitTestManager.cpp diff --git a/unitTest/UnitTestManager.h b/old-unit-tests/UnitTestManager.h similarity index 100% rename from unitTest/UnitTestManager.h rename to old-unit-tests/UnitTestManager.h diff --git a/unitTest/UnitTestWrapper.h b/old-unit-tests/UnitTestWrapper.h similarity index 100% rename from unitTest/UnitTestWrapper.h rename to old-unit-tests/UnitTestWrapper.h diff --git a/unitTest/combinatorial/test_binomialMod.cpp b/old-unit-tests/combinatorial/test_binomialMod.cpp similarity index 100% rename from unitTest/combinatorial/test_binomialMod.cpp rename to old-unit-tests/combinatorial/test_binomialMod.cpp diff --git a/unitTest/combinatorial/test_multinomial.cpp b/old-unit-tests/combinatorial/test_multinomial.cpp similarity index 100% rename from unitTest/combinatorial/test_multinomial.cpp rename to old-unit-tests/combinatorial/test_multinomial.cpp diff --git a/unitTest/data structures/Matrix.in b/old-unit-tests/data structures/Matrix.in similarity index 100% rename from unitTest/data structures/Matrix.in rename to old-unit-tests/data structures/Matrix.in diff --git a/unitTest/data structures/test_Matrix.cpp b/old-unit-tests/data structures/test_Matrix.cpp similarity index 100% rename from unitTest/data structures/test_Matrix.cpp rename to old-unit-tests/data structures/test_Matrix.cpp diff --git a/unitTest/data structures/test_intervalUnion.cpp b/old-unit-tests/data structures/test_intervalUnion.cpp similarity index 100% rename from unitTest/data structures/test_intervalUnion.cpp rename to old-unit-tests/data structures/test_intervalUnion.cpp diff --git a/unitTest/data structures/test_segmentTree.cpp b/old-unit-tests/data structures/test_segmentTree.cpp similarity index 100% rename from unitTest/data structures/test_segmentTree.cpp rename to old-unit-tests/data structures/test_segmentTree.cpp diff --git a/unitTest/data structures/test_unionFind.cpp b/old-unit-tests/data structures/test_unionFind.cpp similarity index 100% rename from unitTest/data structures/test_unionFind.cpp rename to old-unit-tests/data structures/test_unionFind.cpp diff --git a/unitTest/geometry/convexHull.data b/old-unit-tests/geometry/convexHull.data similarity index 100% rename from unitTest/geometry/convexHull.data rename to old-unit-tests/geometry/convexHull.data diff --git a/unitTest/geometry/insidePolygon.in b/old-unit-tests/geometry/insidePolygon.in similarity index 100% rename from unitTest/geometry/insidePolygon.in rename to old-unit-tests/geometry/insidePolygon.in diff --git a/unitTest/geometry/insidePolygon.out b/old-unit-tests/geometry/insidePolygon.out similarity index 100% rename from unitTest/geometry/insidePolygon.out rename to old-unit-tests/geometry/insidePolygon.out diff --git a/unitTest/geometry/lineDistDouble.in b/old-unit-tests/geometry/lineDistDouble.in similarity index 100% rename from unitTest/geometry/lineDistDouble.in rename to old-unit-tests/geometry/lineDistDouble.in diff --git a/unitTest/geometry/lineDistDouble.out b/old-unit-tests/geometry/lineDistDouble.out similarity index 100% rename from unitTest/geometry/lineDistDouble.out rename to old-unit-tests/geometry/lineDistDouble.out diff --git a/unitTest/geometry/randPolygon.cpp b/old-unit-tests/geometry/randPolygon.cpp similarity index 100% rename from unitTest/geometry/randPolygon.cpp rename to old-unit-tests/geometry/randPolygon.cpp diff --git a/unitTest/geometry/segDistDouble.in b/old-unit-tests/geometry/segDistDouble.in similarity index 100% rename from unitTest/geometry/segDistDouble.in rename to old-unit-tests/geometry/segDistDouble.in diff --git a/unitTest/geometry/segDistDouble.out b/old-unit-tests/geometry/segDistDouble.out similarity index 100% rename from unitTest/geometry/segDistDouble.out rename to old-unit-tests/geometry/segDistDouble.out diff --git a/unitTest/geometry/segDistInt.in b/old-unit-tests/geometry/segDistInt.in similarity index 100% rename from unitTest/geometry/segDistInt.in rename to old-unit-tests/geometry/segDistInt.in diff --git a/unitTest/geometry/segDistInt.out b/old-unit-tests/geometry/segDistInt.out similarity index 100% rename from unitTest/geometry/segDistInt.out rename to old-unit-tests/geometry/segDistInt.out diff --git a/unitTest/geometry/segmentIntersectionDouble.in b/old-unit-tests/geometry/segmentIntersectionDouble.in similarity index 100% rename from unitTest/geometry/segmentIntersectionDouble.in rename to old-unit-tests/geometry/segmentIntersectionDouble.in diff --git a/unitTest/geometry/segmentIntersectionDouble.out b/old-unit-tests/geometry/segmentIntersectionDouble.out similarity index 100% rename from unitTest/geometry/segmentIntersectionDouble.out rename to old-unit-tests/geometry/segmentIntersectionDouble.out diff --git a/unitTest/geometry/segmentIntersectionInt.in b/old-unit-tests/geometry/segmentIntersectionInt.in similarity index 100% rename from unitTest/geometry/segmentIntersectionInt.in rename to old-unit-tests/geometry/segmentIntersectionInt.in diff --git a/unitTest/geometry/segmentIntersectionInt.out b/old-unit-tests/geometry/segmentIntersectionInt.out similarity index 100% rename from unitTest/geometry/segmentIntersectionInt.out rename to old-unit-tests/geometry/segmentIntersectionInt.out diff --git a/unitTest/geometry/test_circleTangents.cpp b/old-unit-tests/geometry/test_circleTangents.cpp similarity index 100% rename from unitTest/geometry/test_circleTangents.cpp rename to old-unit-tests/geometry/test_circleTangents.cpp diff --git a/unitTest/geometry/test_circumcircle.cpp b/old-unit-tests/geometry/test_circumcircle.cpp similarity index 100% rename from unitTest/geometry/test_circumcircle.cpp rename to old-unit-tests/geometry/test_circumcircle.cpp diff --git a/unitTest/geometry/test_convexHull.cpp b/old-unit-tests/geometry/test_convexHull.cpp similarity index 100% rename from unitTest/geometry/test_convexHull.cpp rename to old-unit-tests/geometry/test_convexHull.cpp diff --git a/unitTest/geometry/test_insidePolygon.cpp b/old-unit-tests/geometry/test_insidePolygon.cpp similarity index 100% rename from unitTest/geometry/test_insidePolygon.cpp rename to old-unit-tests/geometry/test_insidePolygon.cpp diff --git a/unitTest/geometry/test_lineDistDouble.cpp b/old-unit-tests/geometry/test_lineDistDouble.cpp similarity index 100% rename from unitTest/geometry/test_lineDistDouble.cpp rename to old-unit-tests/geometry/test_lineDistDouble.cpp diff --git a/unitTest/geometry/test_lineIntersection.cpp b/old-unit-tests/geometry/test_lineIntersection.cpp similarity index 100% rename from unitTest/geometry/test_lineIntersection.cpp rename to old-unit-tests/geometry/test_lineIntersection.cpp diff --git a/unitTest/geometry/test_linearTransformation.cpp b/old-unit-tests/geometry/test_linearTransformation.cpp similarity index 100% rename from unitTest/geometry/test_linearTransformation.cpp rename to old-unit-tests/geometry/test_linearTransformation.cpp diff --git a/unitTest/geometry/test_polygonArea.cpp b/old-unit-tests/geometry/test_polygonArea.cpp similarity index 100% rename from unitTest/geometry/test_polygonArea.cpp rename to old-unit-tests/geometry/test_polygonArea.cpp diff --git a/unitTest/geometry/test_polygonCenter.cpp b/old-unit-tests/geometry/test_polygonCenter.cpp similarity index 100% rename from unitTest/geometry/test_polygonCenter.cpp rename to old-unit-tests/geometry/test_polygonCenter.cpp diff --git a/unitTest/geometry/test_polygonCut.cpp b/old-unit-tests/geometry/test_polygonCut.cpp similarity index 100% rename from unitTest/geometry/test_polygonCut.cpp rename to old-unit-tests/geometry/test_polygonCut.cpp diff --git a/unitTest/geometry/test_segDistDouble.cpp b/old-unit-tests/geometry/test_segDistDouble.cpp similarity index 100% rename from unitTest/geometry/test_segDistDouble.cpp rename to old-unit-tests/geometry/test_segDistDouble.cpp diff --git a/unitTest/geometry/test_segDistInt.cpp b/old-unit-tests/geometry/test_segDistInt.cpp similarity index 100% rename from unitTest/geometry/test_segDistInt.cpp rename to old-unit-tests/geometry/test_segDistInt.cpp diff --git a/unitTest/geometry/test_segmentIntersectionDouble.cpp b/old-unit-tests/geometry/test_segmentIntersectionDouble.cpp similarity index 100% rename from unitTest/geometry/test_segmentIntersectionDouble.cpp rename to old-unit-tests/geometry/test_segmentIntersectionDouble.cpp diff --git a/unitTest/geometry/test_segmentIntersectionInt.cpp b/old-unit-tests/geometry/test_segmentIntersectionInt.cpp similarity index 100% rename from unitTest/geometry/test_segmentIntersectionInt.cpp rename to old-unit-tests/geometry/test_segmentIntersectionInt.cpp diff --git a/unitTest/geometry/test_sideOf.cpp b/old-unit-tests/geometry/test_sideOf.cpp similarity index 100% rename from unitTest/geometry/test_sideOf.cpp rename to old-unit-tests/geometry/test_sideOf.cpp diff --git a/unitTest/geometry/test_sphericalDistance.cpp b/old-unit-tests/geometry/test_sphericalDistance.cpp similarity index 100% rename from unitTest/geometry/test_sphericalDistance.cpp rename to old-unit-tests/geometry/test_sphericalDistance.cpp diff --git a/unitTest/global.h b/old-unit-tests/global.h similarity index 100% rename from unitTest/global.h rename to old-unit-tests/global.h diff --git a/unitTest/graph/Matching.in b/old-unit-tests/graph/Matching.in similarity index 100% rename from unitTest/graph/Matching.in rename to old-unit-tests/graph/Matching.in diff --git a/unitTest/graph/test_DFSMatching.cpp b/old-unit-tests/graph/test_DFSMatching.cpp similarity index 100% rename from unitTest/graph/test_DFSMatching.cpp rename to old-unit-tests/graph/test_DFSMatching.cpp diff --git a/unitTest/graph/test_hopcroftKarp.cpp b/old-unit-tests/graph/test_hopcroftKarp.cpp similarity index 100% rename from unitTest/graph/test_hopcroftKarp.cpp rename to old-unit-tests/graph/test_hopcroftKarp.cpp diff --git a/unitTest/number theory/test_factor.cpp b/old-unit-tests/number theory/test_factor.cpp similarity index 100% rename from unitTest/number theory/test_factor.cpp rename to old-unit-tests/number theory/test_factor.cpp diff --git a/unitTest/numerical/test_binarySearch.cpp b/old-unit-tests/numerical/test_binarySearch.cpp similarity index 100% rename from unitTest/numerical/test_binarySearch.cpp rename to old-unit-tests/numerical/test_binarySearch.cpp diff --git a/unitTest/numerical/test_goldenSectionSearch.cpp b/old-unit-tests/numerical/test_goldenSectionSearch.cpp similarity index 100% rename from unitTest/numerical/test_goldenSectionSearch.cpp rename to old-unit-tests/numerical/test_goldenSectionSearch.cpp diff --git a/unitTest/numerical/test_tridiagonal.cpp b/old-unit-tests/numerical/test_tridiagonal.cpp similarity index 100% rename from unitTest/numerical/test_tridiagonal.cpp rename to old-unit-tests/numerical/test_tridiagonal.cpp diff --git a/unitTest/string/KMP.in b/old-unit-tests/string/KMP.in similarity index 100% rename from unitTest/string/KMP.in rename to old-unit-tests/string/KMP.in diff --git a/unitTest/string/KMP.out b/old-unit-tests/string/KMP.out similarity index 100% rename from unitTest/string/KMP.out rename to old-unit-tests/string/KMP.out diff --git a/unitTest/string/SA-generator.cpp b/old-unit-tests/string/SA-generator.cpp similarity index 100% rename from unitTest/string/SA-generator.cpp rename to old-unit-tests/string/SA-generator.cpp diff --git a/unitTest/string/SA.in b/old-unit-tests/string/SA.in similarity index 100% rename from unitTest/string/SA.in rename to old-unit-tests/string/SA.in diff --git a/unitTest/string/SA.out b/old-unit-tests/string/SA.out similarity index 100% rename from unitTest/string/SA.out rename to old-unit-tests/string/SA.out diff --git a/unitTest/string/test_KMP.cpp b/old-unit-tests/string/test_KMP.cpp similarity index 100% rename from unitTest/string/test_KMP.cpp rename to old-unit-tests/string/test_KMP.cpp diff --git a/unitTest/string/test_SuffixArray.cpp b/old-unit-tests/string/test_SuffixArray.cpp similarity index 100% rename from unitTest/string/test_SuffixArray.cpp rename to old-unit-tests/string/test_SuffixArray.cpp diff --git a/unitTest/testData/KMP.in b/old-unit-tests/testData/KMP.in similarity index 100% rename from unitTest/testData/KMP.in rename to old-unit-tests/testData/KMP.in diff --git a/unitTest/testData/KMP.out b/old-unit-tests/testData/KMP.out similarity index 100% rename from unitTest/testData/KMP.out rename to old-unit-tests/testData/KMP.out diff --git a/unitTest/testData/convexHull.data b/old-unit-tests/testData/convexHull.data similarity index 100% rename from unitTest/testData/convexHull.data rename to old-unit-tests/testData/convexHull.data diff --git a/unitTest/testData/insidePolygon.in b/old-unit-tests/testData/insidePolygon.in similarity index 100% rename from unitTest/testData/insidePolygon.in rename to old-unit-tests/testData/insidePolygon.in diff --git a/unitTest/testData/insidePolygon.out b/old-unit-tests/testData/insidePolygon.out similarity index 100% rename from unitTest/testData/insidePolygon.out rename to old-unit-tests/testData/insidePolygon.out diff --git a/unitTest/testData/lineDistDouble.in b/old-unit-tests/testData/lineDistDouble.in similarity index 100% rename from unitTest/testData/lineDistDouble.in rename to old-unit-tests/testData/lineDistDouble.in diff --git a/unitTest/testData/lineDistDouble.out b/old-unit-tests/testData/lineDistDouble.out similarity index 100% rename from unitTest/testData/lineDistDouble.out rename to old-unit-tests/testData/lineDistDouble.out diff --git a/unitTest/testData/segDistDouble.in b/old-unit-tests/testData/segDistDouble.in similarity index 100% rename from unitTest/testData/segDistDouble.in rename to old-unit-tests/testData/segDistDouble.in diff --git a/unitTest/testData/segDistDouble.out b/old-unit-tests/testData/segDistDouble.out similarity index 100% rename from unitTest/testData/segDistDouble.out rename to old-unit-tests/testData/segDistDouble.out diff --git a/unitTest/testData/segDistInt.in b/old-unit-tests/testData/segDistInt.in similarity index 100% rename from unitTest/testData/segDistInt.in rename to old-unit-tests/testData/segDistInt.in diff --git a/unitTest/testData/segDistInt.out b/old-unit-tests/testData/segDistInt.out similarity index 100% rename from unitTest/testData/segDistInt.out rename to old-unit-tests/testData/segDistInt.out diff --git a/unitTest/testData/segmentIntersectionDouble.in b/old-unit-tests/testData/segmentIntersectionDouble.in similarity index 100% rename from unitTest/testData/segmentIntersectionDouble.in rename to old-unit-tests/testData/segmentIntersectionDouble.in diff --git a/unitTest/testData/segmentIntersectionDouble.out b/old-unit-tests/testData/segmentIntersectionDouble.out similarity index 100% rename from unitTest/testData/segmentIntersectionDouble.out rename to old-unit-tests/testData/segmentIntersectionDouble.out diff --git a/unitTest/testData/segmentIntersectionInt.in b/old-unit-tests/testData/segmentIntersectionInt.in similarity index 100% rename from unitTest/testData/segmentIntersectionInt.in rename to old-unit-tests/testData/segmentIntersectionInt.in diff --git a/unitTest/testData/segmentIntersectionInt.out b/old-unit-tests/testData/segmentIntersectionInt.out similarity index 100% rename from unitTest/testData/segmentIntersectionInt.out rename to old-unit-tests/testData/segmentIntersectionInt.out