We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4dc33 commit 51a314fCopy full SHA for 51a314f
Makefile
@@ -32,8 +32,11 @@ bin/test: bin/go-fuzz-build
32
GOOS=$$arch bin/go-fuzz-build -o bin/fmt-fuzz-$$arch.zip github.com/dvyukov/go-fuzz/examples/png; \
33
done
34
35
-go-fuzz: bin/go-fuzz bin/test
36
-
+bin/corpus.zip: bin
+ zip bin/corpus.zip $(GOPATH)/src/github.com/dvyukov/go-fuzz/examples/png/corpus/*
37
+
38
+go-fuzz: bin/go-fuzz bin/test bin/corpus.zip
39
40
run-scheduler:
41
go run -race cmd/fuzzlr-scheduler/app.go -logtostderr=true
42
0 commit comments