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 \
