1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Description: Drop test that doesn't compile
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2026-02-26
Forwarded: no
Index: eckit-2.0.1/tests/geo/CMakeLists.txt
===================================================================
--- eckit-2.0.1.orig/tests/geo/CMakeLists.txt
+++ eckit-2.0.1/tests/geo/CMakeLists.txt
@@ -1,7 +1,6 @@
foreach(_test
area_boundingbox
area_polygon
- cache
figure
figure_earth
great_circle
@@ -44,9 +43,9 @@ set_tests_properties(
PROPERTIES
ENVIRONMENT "ECKIT_GEO_CACHE_PATH=${CMAKE_CURRENT_BINARY_DIR}/eckit_geo_cache" )
-if(eckit_HAVE_ZIP)
- target_compile_definitions(eckit_test_geo_cache PRIVATE ZIP_FILE="${CMAKE_CURRENT_SOURCE_DIR}/test.zip")
-endif()
+#if(eckit_HAVE_ZIP)
+# target_compile_definitions(eckit_test_geo_cache PRIVATE ZIP_FILE="${CMAKE_CURRENT_SOURCE_DIR}/test.zip")
+#endif()
if(eckit_HAVE_PROJ)
ecbuild_add_test(
|