File: disable-fastdp-tests.patch

package info (click to toggle)
genomethreader 1.7.3%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 46,528 kB
  • sloc: ansic: 90,168; ruby: 1,769; makefile: 548; sh: 112; perl: 105
file content (17 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: disable some tests on i386
Author: Sascha Steinbiss <satta@debian.org>
Bug: https://github.com/genometools/genomethreader/issues/14
Last-Update: 2020-01-23
--- a/Makefile
+++ b/Makefile
@@ -163,6 +163,10 @@
   STEST_FLAGS += -memcheck
 endif
 
+ifeq ($(nofastdp),yes)
+  STEST_FLAGS += -keywords not fastdp
+endif
+
 RNV_DIR:=src/external/rnv-1.7.10
 LIBRNV_SRC:=$(RNV_DIR)/rn.c $(RNV_DIR)/rnc.c $(RNV_DIR)/rnd.c $(RNV_DIR)/rnl.c \
             $(RNV_DIR)/rnv.c $(RNV_DIR)/rnx.c $(RNV_DIR)/drv.c \