From ea129edb6fcdb20ca7e0b0a0a6b30d032204bb2c Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Wed, 20 Jun 2012 15:34:58 +0000 Subject: [PATCH] updated --- .../Arrangement_on_surface_2/cgal_test_base | 76 +++++++++---------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/Arrangement_on_surface_2/test/Arrangement_on_surface_2/cgal_test_base b/Arrangement_on_surface_2/test/Arrangement_on_surface_2/cgal_test_base index 1f85f9cd9e7..25d681dc344 100755 --- a/Arrangement_on_surface_2/test/Arrangement_on_surface_2/cgal_test_base +++ b/Arrangement_on_surface_2/test/Arrangement_on_surface_2/cgal_test_base @@ -1204,61 +1204,61 @@ fi echo "Run all tests." -# if [ "${TEST_WITH_CMAKE}" != "FALSE" ]; then -# configure -# fi +if [ "${TEST_WITH_CMAKE}" != "FALSE" ]; then + configure +fi -# if [ "${TEST_WITH_CMAKE}" != "FALSE" ]; then -# compile_and_run construction_test_suite_generator -# fi +if [ "${TEST_WITH_CMAKE}" != "FALSE" ]; then + compile_and_run construction_test_suite_generator +fi -# test_segment_traits -# test_non_caching_segment_traits -# test_polyline_traits -# test_non_caching_polyline_traits -# test_linear_traits -# test_conic_traits +test_segment_traits +test_non_caching_segment_traits +test_polyline_traits +test_non_caching_polyline_traits +test_linear_traits +test_conic_traits -# test_line_arc_traits # "line arcs" (segments) only -# test_circular_arc_traits # circular arcs only -# test_circular_line_arc_traits # for both +test_line_arc_traits # "line arcs" (segments) only +test_circular_arc_traits # circular arcs only +test_circular_line_arc_traits # for both -# test_circle_segments_traits -# test_bezier_traits +test_circle_segments_traits +test_bezier_traits -# test_spherical_arc_traits +test_spherical_arc_traits -# test_rational_arc_traits +test_rational_arc_traits -# test_algebraic_traits_core -# test_algebraic_traits_gmp -# test_algebraic_traits_leda +test_algebraic_traits_core +test_algebraic_traits_gmp +test_algebraic_traits_leda -# compile_and_run test_insertion -# compile_and_run test_unbounded_rational_insertion -# compile_and_run test_rational_function_traits_2 -# compile_and_run test_removal -# compile_and_run test_iso_verts +compile_and_run test_insertion +compile_and_run test_unbounded_rational_insertion +compile_and_run test_rational_function_traits_2 +compile_and_run test_removal +compile_and_run test_iso_verts -# compile_and_run test_iso_verts -# compile_and_run test_vert_ray_shoot_vert_segments -# compile_and_run test_construction +compile_and_run test_iso_verts +compile_and_run test_vert_ray_shoot_vert_segments +compile_and_run test_construction test_point_location_segments test_point_location_circle_segments test_point_location_linear -# compile_and_run test_dual -# compile_and_run test_do_intersect -# compile_and_run test_zone +compile_and_run test_dual +compile_and_run test_do_intersect +compile_and_run test_zone -# compile_and_run test_observer -# compile_and_run test_do_equal +compile_and_run test_observer +compile_and_run test_do_equal -# test_segment_traits_adaptor -# test_linear_traits_adaptor -# test_spherical_arcs_traits_adaptor +test_segment_traits_adaptor +test_linear_traits_adaptor +test_spherical_arcs_traits_adaptor # if any error occured then appened the the full error description file to error file