File: disable-cache-test.patch

package info (click to toggle)
eckit 2.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 11,052 kB
  • sloc: cpp: 111,135; ansic: 2,826; yacc: 590; lex: 361; python: 302; sh: 162; makefile: 65
file content (28 lines) | stat: -rw-r--r-- 795 bytes parent folder | download | duplicates (2)
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
Description: Drop test that doesn't compile
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2026-02-26
Forwarded: no

--- a/tests/geo/CMakeLists.txt
+++ b/tests/geo/CMakeLists.txt
@@ -1,7 +1,6 @@
 foreach(_test
         area_boundingbox
         area_polygon
-        cache
         figure
         figure_earth
         gaussian
@@ -45,9 +44,9 @@
     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(