Skip to content

Commit

Permalink
update project name of cmake scripts of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Sep 7, 2016
1 parent 7b08d17 commit 7e2ee49
Show file tree
Hide file tree
Showing 111 changed files with 111 additions and 111 deletions.
2 changes: 1 addition & 1 deletion AABB_tree/test/AABB_tree/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( AABB_tree_ )
project( AABB_tree_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Advancing_front_surface_reconstruction_ )
project( Advancing_front_surface_reconstruction_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Algebraic_foundations_ )
project( Algebraic_foundations_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Algebraic_kernel_d/test/Algebraic_kernel_d/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_CMakeLists
# This is the CMake script for compiling a set of CGAL applications.

project( Algebraic_kernel_d_test )
project( Algebraic_kernel_d_Tests )

cmake_minimum_required(VERSION 2.8.11)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Algebraic_kernel_for_circles_ )
project( Algebraic_kernel_for_circles_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Algebraic_kernel_for_spheres_ )
project( Algebraic_kernel_for_spheres_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Alpha_shapes_2/test/Alpha_shapes_2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Alpha_shapes_2_ )
project( Alpha_shapes_2_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Alpha_shapes_3/test/Alpha_shapes_3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Alpha_shapes_3_ )
project( Alpha_shapes_3_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Apollonius_graph_2/test/Apollonius_graph_2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Apollonius_graph_2_ )
project( Apollonius_graph_2_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Arithmetic_kernel/test/Arithmetic_kernel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Arithmetic_kernel_test )
project( Arithmetic_kernel_Tests )

cmake_minimum_required(VERSION 2.8.11)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Arrangement_on_surface_2_ )
project( Arrangement_on_surface_2_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion BGL/test/BGL/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script_with_options
# This is the CMake script for compiling a set of CGAL applications.

project( BGL )
project( BGL_Tests )


cmake_minimum_required(VERSION 2.8.11)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Barycentric_coordinates_2_ )
project( Barycentric_coordinates_2_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Boolean_set_operations_2_ )
project( Boolean_set_operations_2_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Bounding_volumes/test/Bounding_volumes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Bounding_volumes_ )
project( Bounding_volumes_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Box_intersection_d/test/Box_intersection_d/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Box_intersection_d_ )
project( Box_intersection_d_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion CGAL_ImageIO/test/CGAL_ImageIO/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( CGALImageIO_test )
project( CGAL_ImageIO_Tests )

cmake_minimum_required(VERSION 2.8.11)

Expand Down
2 changes: 1 addition & 1 deletion Circular_kernel_2/test/Circular_kernel_2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Circular_kernel_2_test )
project( Circular_kernel_2_Tests )

CMAKE_MINIMUM_REQUIRED(VERSION 2.4.5)

Expand Down
2 changes: 1 addition & 1 deletion Circular_kernel_3/test/Circular_kernel_3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Circular_kernel_3_test )
project( Circular_kernel_3_Tests )

CMAKE_MINIMUM_REQUIRED(VERSION 2.4.5)

Expand Down
2 changes: 1 addition & 1 deletion Circulator/test/Circulator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Circulator_ )
project( Circulator_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Combinatorial_map/test/Combinatorial_map/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Combinatorial_map_ )
project( Combinatorial_map_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Cone_spanners_2/test/Cone_spanners_2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Cone_spanners_2_ )
project( Cone_spanners_2_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Convex_decomposition_3_ )
project( Convex_decomposition_3_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Convex_hull_2/test/Convex_hull_2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Convex_hull_2_ )
project( Convex_hull_2_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Convex_hull_3/test/Convex_hull_3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Convex_hull_3_ )
project( Convex_hull_3_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Convex_hull_d/test/Convex_hull_d/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Convex_hull_d_ )
project( Convex_hull_d_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Distance_2/test/Distance_2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Distance_2_ )
project( Distance_2_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Distance_3/test/Distance_3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Distance_3_ )
project( Distance_3_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Envelope_2/test/Envelope_2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Envelope_2_ )
project( Envelope_2_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Envelope_3/test/Envelope_3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Envelope_3_ )
project( Envelope_3_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Filtered_kernel/test/Filtered_kernel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Filtered_kernel_ )
project( Filtered_kernel_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Generator/test/Generator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Generator_ )
project( Generator_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Geomview/test/Geomview/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Geomview_ )
project( Geomview_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion HalfedgeDS/test/HalfedgeDS/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( HalfedgeDS_ )
project( HalfedgeDS_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Hash_map/test/Hash_map/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Hash_map_ )
project( Hash_map_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Inscribed_areas/test/Inscribed_areas/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Inscribed_areas_ )
project( Inscribed_areas_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Installation/test/Installation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Installation_test )
project( Installation_Tests )

cmake_minimum_required(VERSION 2.8.11)

Expand Down
2 changes: 1 addition & 1 deletion Interpolation/test/Interpolation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Interpolation_ )
project( Interpolation_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Intersections_2/test/Intersections_2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Intersections_2_ )
project( Intersections_2_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Intersections_3/test/Intersections_3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Intersections_3_ )
project( Intersections_3_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Interval_skip_list/test/Interval_skip_list/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Interval_skip_list_ )
project( Interval_skip_list_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Interval_support/test/Interval_support/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Interval_support_ )
project( Interval_support_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Inventor/test/Inventor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Inventor_ )
project( Inventor_Tests )

cmake_minimum_required(VERSION 2.8.10)

Expand Down
2 changes: 1 addition & 1 deletion Jet_fitting_3/test/Jet_fitting_3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.


project( Jet_fitting_3_test )
project( Jet_fitting_3_Tests )

cmake_minimum_required(VERSION 2.8.11)

Expand Down
Loading

0 comments on commit 7e2ee49

Please sign in to comment.