File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# ====================
44#
55# Local libfuzzer client:
6- # make CXX=clang++-6.0 CXXFLAGS="-fsanitize=address" fuzz-client
6+ # make CXX=clang++-6.0 CXXFLAGS="-fsanitize=address" LIB_FUZZING_ENGINE="-fsanitize=fuzzer" oss- fuzz-client
77
88CPPCHECK_DIR =..
99INCLUDE_DIR =-I ${CPPCHECK_DIR}/lib -I ${CPPCHECK_DIR}/externals/picojson -I ${CPPCHECK_DIR}/externals/simplecpp -I ${CPPCHECK_DIR}/externals/tinyxml2 -I ${CPPCHECK_DIR}/externals
@@ -14,11 +14,8 @@ all: oss-fuzz-client translate
1414oss-fuzz-client : main.cpp type2.cpp type2.h
1515 ${CXX} -std=c++11 -g ${CXXFLAGS} -o oss-fuzz-client ${INCLUDE_DIR} ${SRC_FILES} ${LIB_FUZZING_ENGINE}
1616
17- fuzz-client : main.cpp type2.cpp type2.h
18- ${CXX} -std=c++11 -g ${CXXFLAGS} -o fuzz-client ${INCLUDE_DIR} ${SRC_FILES} -fsanitize=fuzzer
19-
2017translate : translate.cpp type2.cpp type2.h
2118 ${CXX} -std=c++11 -g ${CXXFLAGS} -o translate type2.cpp translate.cpp
2219
2320clean :
24- rm -f oss-fuzz-client fuzz-client translate
21+ rm -f oss-fuzz-client translate
You can’t perform that action at this time.
0 commit comments