disable fuzz testing binaries, those are FTBFS at the moment
authorLaszlo Boszormenyi (GCS) <gcs@debian.org>
Fri, 1 May 2026 12:50:09 +0000 (14:50 +0200)
committerLaszlo Boszormenyi (GCS) <gcs@debian.org>
Sat, 9 May 2026 13:29:42 +0000 (13:29 +0000)
During linking gcc fails with function main doesn't exist.

Gbp-Pq: Name disable_fuzz_testing.patch

lib/c_glib/test/Makefile.am

index 8d715c41382e1a68aa8fe4829df2e568777d8794..73d92816936670b8f5165876566762b44162a8b6 100644 (file)
@@ -18,7 +18,7 @@
 #
 AUTOMAKE_OPTIONS = subdir-objects serial-tests nostdinc
 
-SUBDIRS = fuzz
+SUBDIRS = 
 
 BUILT_SOURCES = \
         gen-c_glib/t_test_container_test_types.c \