ngolo-fuzzing: fix coverage build (#7682)

This commit is contained in:
Catena cyber 2022-05-09 12:38:45 +02:00 committed by GitHub
parent 64fbe7d12c
commit 57c715ebcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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