better style

This commit is contained in:
Dmitry Anisimov 2021-02-19 13:15:09 +01:00
parent 9689ad23c2
commit 5ca5472ba4
3 changed files with 26 additions and 20 deletions

View File

@ -121,18 +121,20 @@ if ( CGAL_FOUND )
endforeach() endforeach()
if(BUILD_TESTING) if(BUILD_TESTING)
set_property(TEST execution___of__test_meshing_verbose PROPERTY RUN_SERIAL 1) set_property(TEST
set_property(TEST execution___of__test_meshing_polyhedron_with_features PROPERTY RUN_SERIAL 1) execution___of__test_meshing_verbose
set_property(TEST execution___of__test_meshing_implicit_function PROPERTY RUN_SERIAL 1) execution___of__test_meshing_polyhedron_with_features
set_property(TEST execution___of__test_meshing_3D_image PROPERTY RUN_SERIAL 1) execution___of__test_meshing_implicit_function
set_property(TEST execution___of__test_meshing_3D_gray_image PROPERTY RUN_SERIAL 1) execution___of__test_meshing_3D_image
set_property(TEST execution___of__test_meshing_unit_tetrahedron PROPERTY RUN_SERIAL 1) execution___of__test_meshing_3D_gray_image
set_property(TEST execution___of__test_meshing_polyhedron PROPERTY RUN_SERIAL 1) execution___of__test_meshing_unit_tetrahedron
set_property(TEST execution___of__test_meshing_polyhedral_complex PROPERTY RUN_SERIAL 1) execution___of__test_meshing_polyhedron
set_property(TEST execution___of__test_mesh_capsule_var_distance_bound PROPERTY RUN_SERIAL 1) execution___of__test_meshing_polyhedral_complex
set_property(TEST execution___of__test_mesh_3_issue_1554 PROPERTY RUN_SERIAL 1) execution___of__test_mesh_capsule_var_distance_bound
set_property(TEST execution___of__test_mesh_polyhedral_domain_with_features_deprecated PROPERTY RUN_SERIAL 1) execution___of__test_mesh_3_issue_1554
set_property(TEST execution___of__test_mesh_cell_base_3 PROPERTY RUN_SERIAL 1) execution___of__test_mesh_polyhedral_domain_with_features_deprecated
execution___of__test_mesh_cell_base_3
PROPERTY RUN_SERIAL 1)
endif() endif()
endif() endif()

View File

@ -53,9 +53,11 @@ if ( CGAL_FOUND )
endif() endif()
if(BUILD_TESTING) if(BUILD_TESTING)
set_property(TEST execution___of__parallel_insertion_and_removal_in_regular_3 PROPERTY RUN_SERIAL 1) set_property(TEST
set_property(TEST execution___of__parallel_insertion_in_delaunay_3 PROPERTY RUN_SERIAL 1) execution___of__parallel_insertion_and_removal_in_regular_3
set_property(TEST execution___of__sequential_parallel PROPERTY RUN_SERIAL 1) execution___of__parallel_insertion_in_delaunay_3
execution___of__sequential_parallel
PROPERTY RUN_SERIAL 1)
endif() endif()
else() else()

View File

@ -41,10 +41,12 @@ if ( CGAL_FOUND )
endif() endif()
if(BUILD_TESTING) if(BUILD_TESTING)
set_property(TEST execution___of__test_delaunay_3 PROPERTY RUN_SERIAL 1) set_property(TEST
set_property(TEST execution___of__test_regular_3 PROPERTY RUN_SERIAL 1) execution___of__test_delaunay_3
set_property(TEST execution___of__test_regular_insert_range_with_info PROPERTY RUN_SERIAL 1) execution___of__test_regular_3
execution___of__test_regular_insert_range_with_info
PROPERTY RUN_SERIAL 1)
set_tests_properties( set_tests_properties(
execution___of__test_delaunay_hierarchy_3 execution___of__test_delaunay_hierarchy_3
execution___of__test_delaunay_hierarchy_3_old execution___of__test_delaunay_hierarchy_3_old
@ -57,5 +59,5 @@ if ( CGAL_FOUND )
else() else()
message(STATUS "This program requires the CGAL library, and will not be compiled.") message(STATUS "This program requires the CGAL library, and will not be compiled.")
endif() endif()