aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorArjun Singh <ajsinghyadav00@gmail.com>2023-10-04 11:04:06 +0530
committerArjun Singh <ajsinghyadav00@gmail.com>2023-10-06 12:58:22 +0530
commitd32d6cdd1e5e144f7d3bb1f90f2076b3f3378674 (patch)
tree7d71536117d0a893186809042509f62116bf16cc /Makefile
parentced662e9db6667069a5255446425ec40d388f7e1 (diff)
downloadgo-git-d32d6cdd1e5e144f7d3bb1f90f2076b3f3378674.tar.gz
[fuzzing] cifuzz, update fuzzers, bug fix
Signed-off-by: Arjun Singh <ajsinghyadav00@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 6c62892..1e10396 100644
--- a/Makefile
+++ b/Makefile
@@ -45,10 +45,9 @@ clean:
fuzz:
@go test -fuzz=FuzzParser $(PWD)/internal/revision
- @go test -fuzz=FuzzParseSignedByte $(PWD)/plumbing/object
- @go test -fuzz=FuzzDecode $(PWD)/plumbing/object
- @go test -fuzz=FuzzNewEndpoint $(PWD)/plumbing/transport
- @go test -fuzz=FuzzDecoder $(PWD)/plumbing/protocol/packp
@go test -fuzz=FuzzDecoder $(PWD)/plumbing/format/config
@go test -fuzz=FuzzPatchDelta $(PWD)/plumbing/format/packfile
- @go test -fuzz=FuzzDecodeFile $(PWD)/utils/merkletrie/internal/fsnoder
+ @go test -fuzz=FuzzParseSignedBytes $(PWD)/plumbing/object
+ @go test -fuzz=FuzzDecode $(PWD)/plumbing/object
+ @go test -fuzz=FuzzDecoder $(PWD)/plumbing/protocol/packp
+ @go test -fuzz=FuzzNewEndpoint $(PWD)/plumbing/transport