From f1af32df73953b2edb5454b449075a769e566c3a Mon Sep 17 00:00:00 2001 From: Otmane Lahlou <otmane.lahlou@c-s.fr> Date: Fri, 17 Jun 2011 17:05:43 +0200 Subject: [PATCH] ENH : add dependence between the kmz tests to avoid launching them in parallel --- Testing/Code/IO/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Testing/Code/IO/CMakeLists.txt b/Testing/Code/IO/CMakeLists.txt index 9fb05d926a..0abccf5ecd 100644 --- a/Testing/Code/IO/CMakeLists.txt +++ b/Testing/Code/IO/CMakeLists.txt @@ -2859,6 +2859,9 @@ ADD_TEST(ioTvKmzProductWriterWithGCP_Logo_Legend ${IO_TESTS21} 3989.000000 2639.000000 -72.255020 18.523664 0.000000 417.000000 2317.000000 -72.426552 18.540876 0.000000 ) +SET_TESTS_PROPERTIES(ioTvKmzProductWriterWithGCP_Logo_Legend + PROPERTIES DEPENDS ioTvKmzProductWriterWithGCP) + ADD_TEST(ioTuTileMapImageIOHelperNew ${IO_TESTS21} otbTileMapImageIOHelperNew -- GitLab