From a30f5e623ec8c7db4ba65d0104ebfe5cd96ac7b6 Mon Sep 17 00:00:00 2001 From: Pellegrino Prevete Date: Tue, 4 Jan 2022 02:15:13 +0000 Subject: Initial release --- no-fuzz.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 no-fuzz.patch (limited to 'no-fuzz.patch') diff --git a/no-fuzz.patch b/no-fuzz.patch new file mode 100644 index 0000000..122c40d --- /dev/null +++ b/no-fuzz.patch @@ -0,0 +1,24 @@ +diff --git i/Makefile.am w/Makefile.am +index a9284b95..3d7b344d 100644 +--- i/Makefile.am ++++ w/Makefile.am +@@ -2,9 +2,9 @@ + + ACLOCAL_AMFLAGS = -I m4 + +-SUBDIRS = include . doc example fuzz xstc $(PYTHON_SUBDIR) ++SUBDIRS = include . doc example xstc $(PYTHON_SUBDIR) + +-DIST_SUBDIRS = include . doc example fuzz python xstc ++DIST_SUBDIRS = include . doc example python xstc + + AM_CPPFLAGS = -I$(top_builddir)/include -I$(srcdir)/include + +@@ -210,7 +210,6 @@ runtests: runtest$(EXEEXT) testrecurse$(EXEEXT) testapi$(EXEEXT) \ + $(CHECKER) ./runxmlconf$(EXEEXT) + @(if [ "$(PYTHON_SUBDIR)" != "" ] ; then cd python ; \ + $(MAKE) tests ; fi) +- @cd fuzz; $(MAKE) tests + + check: all runtests + -- cgit v1.2.3