From 57c715ebcdbb698662f953e0a309281c6f28bcb7 Mon Sep 17 00:00:00 2001 From: Catena cyber <35799796+catenacyber@users.noreply.github.com> Date: Mon, 9 May 2022 12:38:45 +0200 Subject: [PATCH] ngolo-fuzzing: fix coverage build (#7682) --- projects/ngolo-fuzzing/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ngolo-fuzzing/build.sh b/projects/ngolo-fuzzing/build.sh index 129cd3aad..30d68b106 100755 --- a/projects/ngolo-fuzzing/build.sh +++ b/projects/ngolo-fuzzing/build.sh @@ -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