summaryrefslogtreecommitdiff
path: root/vendor/github.com/pion/dtls/v2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/pion/dtls/v2/Makefile')
-rw-r--r--vendor/github.com/pion/dtls/v2/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/github.com/pion/dtls/v2/Makefile b/vendor/github.com/pion/dtls/v2/Makefile
new file mode 100644
index 0000000..1df38b2
--- /dev/null
+++ b/vendor/github.com/pion/dtls/v2/Makefile
@@ -0,0 +1,6 @@
+fuzz-build-record-layer: fuzz-prepare
+ go-fuzz-build -tags gofuzz -func FuzzRecordLayer
+fuzz-run-record-layer:
+ go-fuzz -bin dtls-fuzz.zip -workdir fuzz
+fuzz-prepare:
+ @GO111MODULE=on go mod vendor