1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
3 Date: Tue, 11 Apr 2023 21:59:24 +0000
4 Subject: [PATCH] HACK: Don't run fuzzing tests
6 They take way too long.
9 1 file changed, 2 insertions(+), 2 deletions(-)
11 diff --git a/Makefile.am b/Makefile.am
12 index 316109b16148..3ef672fe911f 100644
17 ACLOCAL_AMFLAGS = -I m4
19 -SUBDIRS = include . doc example fuzz xstc
20 +SUBDIRS = include . doc example xstc
25 -DIST_SUBDIRS = include . doc example fuzz python xstc
26 +DIST_SUBDIRS = include . doc example python xstc
28 AM_CPPFLAGS = -I$(top_builddir)/include -I$(srcdir)/include -DSYSCONFDIR='"$(sysconfdir)"'