"tests/svn:/svn.code.sf.net/p/irrlicht/code/trunk@3692" did not exist on "73d2385d9c6d47f78874a48bf87f57163fe0e9a7"
Commit 0186aadf authored by Miek Gieben's avatar Miek Gieben Committed by GitHub

fuzz: put fuzzing stuff in own build tag (#1215)

No need to have this build all the time.
parent 4443b4a0
...@@ -25,7 +25,7 @@ echo: ...@@ -25,7 +25,7 @@ echo:
.PHONY: $(PLUGINS) .PHONY: $(PLUGINS)
$(PLUGINS): echo $(PLUGINS): echo
go-fuzz-build $(REPO)/$(@) go-fuzz-build -tags fuzz $(REPO)/$(@)
go-fuzz -bin=./$(@)-fuzz.zip -workdir=fuzz/$(@) go-fuzz -bin=./$(@)-fuzz.zip -workdir=fuzz/$(@)
.PHONY: clean .PHONY: clean
......
// +build fuzz
package cache package cache
import ( import (
......
// +build fuzz
package file package file
import ( import (
......
// +build fuzz
package proxy package proxy
import ( import (
......
// +build fuzz
package rewrite package rewrite
import ( import (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment