mirror of https://github.com/google/oss-fuzz.git
ngolo-fuzzing: fix coverage build (#7682)
This commit is contained in:
parent
64fbe7d12c
commit
57c715ebcd
|
@ -36,7 +36,7 @@ compile_package () {
|
|||
$CXX -stdlib=libc++ -c -I . -I $SRC/LPM/external.protobuf/include cpp/ngolofuzz.pb.cc
|
||||
$CXX $CXXFLAGS -c -Icpp -I $SRC/libprotobuf-mutator/ -I $SRC/LPM/external.protobuf/include $SRC/ngolo-fuzzing/lpm/ngolofuzz.cc
|
||||
)
|
||||
if [ "$SANITIZER" != "coverage" ]
|
||||
if [ "$SANITIZER" = "coverage" ]
|
||||
then
|
||||
(
|
||||
cd fuzz_ng_$pkg_flat
|
||||
|
|
Loading…
Reference in New Issue