Avoid a race-condition between two tests using the same I/O file

This commit is contained in:
Laurent Rineau 2020-07-29 16:42:10 +02:00
parent 40a0a1bf49
commit dd383217f2
1 changed files with 6 additions and 0 deletions

View File

@ -118,6 +118,12 @@ if ( CGAL_FOUND )
endforeach() endforeach()
endif() endif()
if(BUILD_TESTING)
set_tests_properties(
execution___of__test_meshing_polyhedron_with_features
execution___of__test_meshing_verbose
PROPERTIES RESOURCE_LOCK Mesh_3_Tests_IO)
endif()
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.")