git » libxml2.git » main » tree

[main] / 0001-HACK-Don-t-run-fuzzing-tests.patch

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
Date: Tue, 11 Apr 2023 21:59:24 +0000
Subject: [PATCH] HACK: Don't run fuzzing tests

They take way too long.
---
 Makefile.am | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 0a49d37547b8..f1bc8deb3364 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,11 +6,8 @@ SUBDIRS = include . doc example xstc
 if WITH_PYTHON
 SUBDIRS += python
 endif
-if WITH_GLOB
-SUBDIRS += fuzz
-endif
 
-DIST_SUBDIRS = include . doc example fuzz python xstc
+DIST_SUBDIRS = include . doc example python xstc
 
 AM_CPPFLAGS = -I$(top_builddir)/include -I$(srcdir)/include -DSYSCONFDIR='"$(sysconfdir)"'