From: Michael R Sweet Date: Wed, 12 Jan 2022 13:32:45 +0000 (-0500) Subject: Don't run fuzzing tests for every build. X-Git-Tag: v2.4.1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75f489cf70ae79c157bd616b8537b26dd79de76a;p=thirdparty%2Fcups.git Don't run fuzzing tests for every build. --- diff --git a/cups/Makefile b/cups/Makefile index 73a8bcbca4..6bd72e1a8a 100644 --- a/cups/Makefile +++ b/cups/Makefile @@ -174,7 +174,6 @@ LIBTARGETS = \ libcupsimage.a UNITTARGETS = \ - fuzzipp \ rasterbench \ testadmin \ testarray \ @@ -228,7 +227,7 @@ unittests: $(UNITTARGETS) # clean: - $(RM) $(OBJS) $(TARGETS) $(UNITTARGETS) + $(RM) $(OBJS) $(TARGETS) $(UNITTARGETS) fuzzipp $(RM) libcups.so libcups.dylib $(RM) libcupsimage.so libcupsimage.dylib