aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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