Add fuzz testing

This commit is contained in:
Alex Hultman
2019-03-09 11:31:34 +01:00
parent 9f35abf383
commit 2ba5d06bdf
3 changed files with 66 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
default:
clang++ -fsanitize=address,fuzzer -O3 WebSocket.cpp -o WebSocket