Do not run tests simultaneously

This commit is contained in:
Andreas Fabri 2022-01-18 15:17:57 +00:00
parent c678afe28d
commit 39edb66abb
1 changed files with 10 additions and 0 deletions

View File

@ -21,3 +21,13 @@ if(TARGET CGAL::Eigen3_support)
create_single_source_cgal_program("vda_tos2.cpp")
target_link_libraries(vda_tos2 PUBLIC CGAL::Eigen3_support)
endif()
if(BUILD_TESTING)
set_tests_properties(
execution___of__vda_ag
execution___of__vda_dt
execution___of__vda_pt
execution___of__vda_rt
execution___of__vda_sdg
PROPERTIES RESOURCE_LOCK VDA_Tests_IO)
endif()