Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fuzz: add fuzz testing for packfile indices.
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 7f5a19b8ab52188393c590a1ac98910372cd6dfa..1b3d893090cdd081752b57f9203cf2257596bf4e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-685,6
+685,7
@@
SCRIPTS = $(SCRIPT_SH_INS) \
ETAGS_TARGET = TAGS
FUZZ_OBJS += fuzz-pack-headers.o
+FUZZ_OBJS += fuzz-pack-idx.o
# Always build fuzz objects even if not testing, to prevent bit-rot.
all:: $(FUZZ_OBJS)