From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" 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 4cb9a5cc90b7..014fdb719641 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)"'