build: add all-fuzz-programs target

Add a convenience target for building, but not running (i.e check-fuzz),
all fuzz targets.

Signed-off-by: fanquake <fanquake@gmail.com>
This commit is contained in:
fanquake 2024-11-07 11:43:51 +00:00 committed by Vincenzo Palazzo
parent bfc00bc7f2
commit 23465f06df

View File

@ -694,6 +694,7 @@ update-ccan:
# Now ALL_PROGRAMS is fully populated, we can expand it.
all-programs: $(ALL_PROGRAMS)
all-fuzz-programs: $(ALL_FUZZ_TARGETS)
all-test-programs: $(ALL_TEST_PROGRAMS) $(ALL_FUZZ_TARGETS)
default-targets: $(DEFAULT_TARGETS)