File: no-download.patch

package info (click to toggle)
eckit 1.32.3-1
  • links: PTS
  • area: main
  • in suites: forky
  • size: 305,900 kB
  • sloc: cpp: 111,643; ansic: 2,826; yacc: 590; lex: 361; python: 237; sh: 202; makefile: 41
file content (17 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Don't download test data files; supplied via tarball
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2019-10-14
Forwarded: no


--- a/tests/utils/CMakeLists.txt
+++ b/tests/utils/CMakeLists.txt
@@ -62,7 +62,7 @@
 
 ecbuild_add_test( TARGET      eckit_test_utils_compression_performance
                   CONDITION   HAVE_EXTRA_TESTS
-                  TEST_DEPENDS get_eckit_test_data
+#                  TEST_DEPENDS get_eckit_test_data
                   SOURCES     compression-performance.cc
                   LIBS        eckit )