aboutsummaryrefslogtreecommitdiff
path: root/Makefile.fuzz
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2017-11-10 13:59:42 +0000
committerGravatar GitHub <noreply@github.com> 2017-11-10 13:59:42 +0000
commit0186aadfcf98cd0bed25778a3bc81a35e7ce0251 (patch)
treec4d59a13a201e2a4c80ee8737a1b914e36b536a3 /Makefile.fuzz
parent4443b4a09645f2a7c1507af0b35f74c8a712902e (diff)
downloadcoredns-0186aadfcf98cd0bed25778a3bc81a35e7ce0251.tar.gz
coredns-0186aadfcf98cd0bed25778a3bc81a35e7ce0251.tar.zst
coredns-0186aadfcf98cd0bed25778a3bc81a35e7ce0251.zip
fuzz: put fuzzing stuff in own build tag (#1215)
No need to have this build all the time.
Diffstat (limited to 'Makefile.fuzz')
-rw-r--r--Makefile.fuzz2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.fuzz b/Makefile.fuzz
index 46358246b..2a97d67f0 100644
--- a/Makefile.fuzz
+++ b/Makefile.fuzz
@@ -25,7 +25,7 @@ echo:
.PHONY: $(PLUGINS)
$(PLUGINS): echo
- go-fuzz-build $(REPO)/$(@)
+ go-fuzz-build -tags fuzz $(REPO)/$(@)
go-fuzz -bin=./$(@)-fuzz.zip -workdir=fuzz/$(@)
.PHONY: clean