Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-12-19 01:10:11 +0300
committerJunio C Hamano <gitster@pobox.com>2023-12-19 01:10:11 +0300
commit333536527011ebcc0a4d1e7f072dc435f605e224 (patch)
tree61930a1853b1b556e5acecc8dcb1cfae1e809efb /Makefile
parent71c746632aeeae0c4f87fa27db410c459c5c1658 (diff)
parentee41e2d41ffe05b0521e1b6d929b59db310d326e (diff)
Merge branch 'ac/fuzz-show-date'
Subject approxidate() and show_date() machinery to OSS-Fuzz. * ac/fuzz-show-date: fuzz: add new oss-fuzz fuzzer for date.c / date.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 312d95084c..f7a0916085 100644
--- a/Makefile
+++ b/Makefile
@@ -753,6 +753,7 @@ SCRIPTS = $(SCRIPT_SH_GEN) \
ETAGS_TARGET = TAGS
FUZZ_OBJS += oss-fuzz/fuzz-commit-graph.o
+FUZZ_OBJS += oss-fuzz/fuzz-date.o
FUZZ_OBJS += oss-fuzz/fuzz-pack-headers.o
FUZZ_OBJS += oss-fuzz/fuzz-pack-idx.o
.PHONY: fuzz-objs