Remove broken and useless fuzz target

This commit is contained in:
Alex Hultman
2021-02-16 18:42:56 +01:00
parent 441a60b2d6
commit 6c8459608c
2 changed files with 0 additions and 23 deletions
-3
View File
@@ -30,6 +30,3 @@ oss-fuzz:
$(CXX) $(CXXFLAGS) -Izlib -std=c++17 -O3 PerMessageDeflate.cpp -o $(OUT)/PerMessageDeflate $(LIB_FUZZING_ENGINE) zlib/libz.a
$(CXX) $(CXXFLAGS) -std=c++17 -O3 TopicTree.cpp -o $(OUT)/TopicTree $(LIB_FUZZING_ENGINE)
broken:
# Too small tests, failing coverage test
$(CXX) $(CXXFLAGS) -std=c++17 -O3 Handshake.cpp -o $(OUT)/Handshake $(LIB_FUZZING_ENGINE)